Skip to content

Commit a06f47f

Browse files
Add springFrameworkVersion property in gradle
Closes gh-9954
1 parent 8c01034 commit a06f47f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dependencies/spring-security-dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ javaPlatform {
77
}
88

99
dependencies {
10-
api platform("org.springframework:spring-framework-bom:5.3.8")
10+
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
1111
api platform("io.projectreactor:reactor-bom:2020.0.7")
1212
api platform("io.rsocket:rsocket-bom:1.1.1")
1313
api platform("org.springframework.data:spring-data-bom:2021.0.1")

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
aspectjVersion=1.9.6
22
springJavaformatVersion=0.0.28
33
springBootVersion=2.4.2
4+
springFrameworkVersion=5.3.8
45
openSamlVersion=3.4.6
56
version=5.5.2-SNAPSHOT
67
kotlinVersion=1.5.10

0 commit comments

Comments
 (0)