File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
oauth2-login-custom-config
spring-boot-testjars-maven Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
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
77group = ' com.example'
Original file line number Diff line number Diff line change 11plugins {
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
77group = ' com.example'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ checkstyle {
2828dependencies {
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} "
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ checkstyle {
2323dependencies {
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'
You can’t perform that action at this time.
0 commit comments