Skip to content

Commit

Permalink
build(deps): bump the spring-boot group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the spring-boot group with 4 updates: [org.springframework.boot:spring-boot-starter-jetty](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot).


Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.2.0-RC2 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0-RC2...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.0-RC2 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0-RC2...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.2.0-RC2 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0-RC2...v3.2.0)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.0-RC2 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0-RC2...v3.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-jetty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 5fe5835 commit d29f8d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ dependencies {
implementation 'org.modelmapper:modelmapper:3.2.0'
implementation 'org.jooq:jool:0.9.15'

implementation('org.springframework.boot:spring-boot-starter-jetty:3.2.0-RC2') {
implementation('org.springframework.boot:spring-boot-starter-jetty:3.2.0') {
exclude module: 'jetty-xml'
}
implementation('org.springframework.boot:spring-boot-starter-web:3.2.0-RC2') {
implementation('org.springframework.boot:spring-boot-starter-web:3.2.0') {
exclude module: 'spring-boot-starter-tomcat'
}
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.0-RC2'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.0'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.3.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'

Expand All @@ -96,7 +96,7 @@ dependencies {
exclude group: 'bouncycastle'
}

testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.0-RC2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
}
Expand Down

0 comments on commit d29f8d3

Please sign in to comment.