Skip to content

Commit d63d913

Browse files
committed
Update to Spring Boot 3.5.7
1 parent 3eead49 commit d63d913

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

samples/oauth2-login-custom-config/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.0'
4-
id 'io.spring.dependency-management' version '1.1.2'
3+
id 'org.springframework.boot' version '3.5.7'
4+
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

77
group = 'com.example'

samples/oauth2-login/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.0'
4-
id 'io.spring.dependency-management' version '1.1.2'
3+
id 'org.springframework.boot' version '3.5.7'
4+
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

77
group = 'com.example'

spring-boot-testjars-maven/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ checkstyle {
2828
dependencies {
2929
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.40")
3030
api project(':spring-boot-testjars')
31-
api platform('org.springframework.boot:spring-boot-dependencies:3.4.0')
31+
api platform('org.springframework.boot:spring-boot-dependencies:3.5.7')
3232
api 'org.springframework.boot:spring-boot-starter'
3333
api "org.apache.maven:maven-resolver-provider:${mavenVersion}"
3434
api "org.apache.maven.resolver:maven-resolver-api:${mavenResolverVersion}"

spring-boot-testjars/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ checkstyle {
2323
dependencies {
2424
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.40")
2525
compileOnly 'org.springframework.boot:spring-boot-loader'
26-
implementation platform('org.springframework.boot:spring-boot-dependencies:3.4.0')
26+
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.7')
2727
implementation 'org.apache.commons:commons-exec:1.3'
2828
implementation 'org.springframework:spring-test'
2929
implementation 'org.springframework.boot:spring-boot-testcontainers'

0 commit comments

Comments
 (0)