Skip to content

Commit d4de04f

Browse files
committed
Update to Boot 3.2.2
Closes gh-860
1 parent aaf3d9a commit d4de04f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: buildSrc/src/test/resources/samples/showcase/sgbcs-api/sgbcs-api.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'io.spring.convention.spring-module'
22

33
dependencies {
4-
api platform('org.springframework.boot:spring-boot-dependencies:2.5.2')
4+
api platform('org.springframework.boot:spring-boot-dependencies:3.2.2')
55
implementation 'org.springframework:spring-web'
66
implementation 'org.springframework:spring-core'
77
testImplementation "org.junit.jupiter:junit-jupiter-api"

Diff for: buildSrc/src/test/resources/samples/showcase/sgbcs-core/sgbcs-core.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'io.spring.convention.spring-module'
22

33
dependencies {
4-
api platform('org.springframework.boot:spring-boot-dependencies:2.5.2')
4+
api platform('org.springframework.boot:spring-boot-dependencies:3.2.2')
55
optional 'ch.qos.logback:logback-classic'
66
testImplementation "org.junit.jupiter:junit-jupiter-api"
77
testImplementation "org.junit.jupiter:junit-jupiter-engine"

Diff for: samples/boot/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.6.3'
2+
id 'org.springframework.boot' version '3.2.2'
33
id 'io.spring.dependency-management'
44
id 'java'
55
}

0 commit comments

Comments
 (0)