File tree 3 files changed +3
-3
lines changed
buildSrc/src/test/resources/samples/showcase
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' io.spring.convention.spring-module'
2
2
3
3
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' )
5
5
implementation ' org.springframework:spring-web'
6
6
implementation ' org.springframework:spring-core'
7
7
testImplementation " org.junit.jupiter:junit-jupiter-api"
Original file line number Diff line number Diff line change 1
1
apply plugin : ' io.spring.convention.spring-module'
2
2
3
3
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' )
5
5
optional ' ch.qos.logback:logback-classic'
6
6
testImplementation " org.junit.jupiter:junit-jupiter-api"
7
7
testImplementation " org.junit.jupiter:junit-jupiter-engine"
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.springframework.boot' version ' 2.6.3 '
2
+ id ' org.springframework.boot' version ' 3.2.2 '
3
3
id ' io.spring.dependency-management'
4
4
id ' java'
5
5
}
You can’t perform that action at this time.
0 commit comments