File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ ext {
18
18
def properties = new Properties ()
19
19
properties. load(it)
20
20
set(" kotlinVersion" , properties[" kotlinVersion" ])
21
+ set(" springFrameworkVersion" , properties[" springFrameworkVersion" ])
21
22
}
22
23
}
23
24
24
25
dependencies {
25
26
checkstyle " io.spring.javaformat:spring-javaformat-checkstyle:${ javaFormatVersion} "
26
27
27
- implementation(platform(" org.springframework:spring-framework-bom:5.3.15 " ))
28
+ implementation(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion } " ))
28
29
implementation(" com.fasterxml.jackson.core:jackson-databind:2.11.4" )
29
30
implementation(" com.gradle:gradle-enterprise-gradle-plugin:3.12.1" )
30
31
implementation(" com.tngtech.archunit:archunit:1.0.0" )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ org.gradle.parallel=true
5
5
org.gradle.jvmargs =-Xmx2g -Dfile.encoding =UTF-8
6
6
7
7
kotlinVersion =1.6.21
8
+ springFrameworkVersion =5.3.27
8
9
tomcatVersion =9.0.74
9
10
10
11
kotlin.stdlib.default.dependency =false
Original file line number Diff line number Diff line change @@ -1750,7 +1750,7 @@ bom {
1750
1750
]
1751
1751
}
1752
1752
}
1753
- library(" Spring Framework" , " 5.3.27 " ) {
1753
+ library(" Spring Framework" , " ${ springFrameworkVersion } " ) {
1754
1754
prohibit {
1755
1755
versionRange " [6.0.0-M1,)"
1756
1756
because " we upgrade in Spring Boot 3.x"
You can’t perform that action at this time.
0 commit comments