Skip to content

Commit

Permalink
upgrade spring-boot artifacts to 3.2.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Aug 28, 2023
1 parent 0f4a1f9 commit 0617966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-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 0617966

Please sign in to comment.