Skip to content

Commit

Permalink
upgrade spring boot artifacts to 3.3.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Jan 23, 2024
1 parent 7fa8216 commit a549cc1
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.2') {
implementation('org.springframework.boot:spring-boot-starter-jetty:3.3.0-M1') {
exclude module: 'jetty-xml'
}
implementation('org.springframework.boot:spring-boot-starter-web:3.2.2') {
implementation('org.springframework.boot:spring-boot-starter-web:3.3.0-M1') {
exclude module: 'spring-boot-starter-tomcat'
}
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.2'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.3.0-M1'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.3.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'ch.qos.logback:logback-classic:1.4.14' // CVE-2023-6378
Expand All @@ -97,7 +97,7 @@ dependencies {
exclude group: 'bouncycastle'
}

testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.3-M1'
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 a549cc1

Please sign in to comment.