Skip to content

Commit

Permalink
bump spring-boot dependencies to 3.2.0-M2 (#201)
Browse files Browse the repository at this point in the history
* build(deps): bump org.springframework.boot:spring-boot-starter-web

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* upgrade spring-boot artifacts to 3.2.0-M2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <[email protected]>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored Aug 30, 2023
1 parent 8847df7 commit 817f3a2
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 @@ -82,14 +82,14 @@ dependencies {

// https://github.com/spring-projects/spring-framework/issues/29435
implementation('jakarta.servlet:jakarta.servlet-api:5.0.0')
implementation('org.springframework.boot:spring-boot-starter-jetty:3.2.0-M1') {
implementation('org.springframework.boot:spring-boot-starter-jetty:3.2.0-M2') {
exclude group: 'jakarta.servlet', module: 'jakarta.servlet-api' // until jetty 12
exclude module: 'jetty-xml'
}
implementation('org.springframework.boot:spring-boot-starter-web:3.2.0-M1') {
implementation('org.springframework.boot:spring-boot-starter-web:3.2.0-M2') {
exclude module: 'spring-boot-starter-tomcat'
}
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.0-M1'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.0-M2'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.2.1'
implementation 'org.apache.commons:commons-lang3:3.13.0'

Expand All @@ -100,7 +100,7 @@ dependencies {
}

testImplementation('jakarta.servlet:jakarta.servlet-api:6.0.0')
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.0-M1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.0-M2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
}
Expand Down

0 comments on commit 817f3a2

Please sign in to comment.