File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ ext {
19
19
def properties = new Properties ()
20
20
properties. load(it)
21
21
set(" kotlinVersion" , properties[" kotlinVersion" ])
22
+ set(" springFrameworkVersion" , properties[" springFrameworkVersion" ])
22
23
}
23
24
}
24
25
25
26
dependencies {
26
27
checkstyle " io.spring.javaformat:spring-javaformat-checkstyle:${ javaFormatVersion} "
27
28
28
- implementation(platform(" org.springframework:spring-framework-bom:5.3.15 " ))
29
+ implementation(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion } " ))
29
30
implementation(" com.diffplug.gradle:goomph:3.37.2" )
30
31
implementation(" com.fasterxml.jackson.core:jackson-databind:2.11.4" )
31
32
implementation(" com.gradle:gradle-enterprise-gradle-plugin:3.12.1" )
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ org.gradle.parallel=true
5
5
org.gradle.jvmargs =-Xmx2g -Dfile.encoding =UTF-8
6
6
7
7
kotlinVersion =1.8.20
8
- tomcatVersion =10.1.8
9
8
nativeBuildToolsVersion =0.9.21
9
+ springFrameworkVersion =6.0.8
10
+ tomcatVersion =10.1.8
10
11
11
12
kotlin.stdlib.default.dependency =false
Original file line number Diff line number Diff line change @@ -1414,7 +1414,7 @@ bom {
1414
1414
]
1415
1415
}
1416
1416
}
1417
- library(" Spring Framework" , " 6.0.8 " ) {
1417
+ library(" Spring Framework" , " ${ springFrameworkVersion } " ) {
1418
1418
group(" org.springframework" ) {
1419
1419
imports = [
1420
1420
" spring-framework-bom"
You can’t perform that action at this time.
0 commit comments