Skip to content

Commit

Permalink
Update to Boot 3.2.2
Browse files Browse the repository at this point in the history
Closes gh-860
  • Loading branch information
jzheaux committed Feb 1, 2024
1 parent aaf3d9a commit d4de04f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'io.spring.convention.spring-module'

dependencies {
api platform('org.springframework.boot:spring-boot-dependencies:2.5.2')
api platform('org.springframework.boot:spring-boot-dependencies:3.2.2')
implementation 'org.springframework:spring-web'
implementation 'org.springframework:spring-core'
testImplementation "org.junit.jupiter:junit-jupiter-api"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'io.spring.convention.spring-module'

dependencies {
api platform('org.springframework.boot:spring-boot-dependencies:2.5.2')
api platform('org.springframework.boot:spring-boot-dependencies:3.2.2')
optional 'ch.qos.logback:logback-classic'
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-engine"
Expand Down
2 changes: 1 addition & 1 deletion samples/boot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.6.3'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management'
id 'java'
}
Expand Down

0 comments on commit d4de04f

Please sign in to comment.