mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Add springFrameworkVersion property in gradle
Closes gh-9954
This commit is contained in:
parent
8c0103498a
commit
a06f47fac3
@ -7,7 +7,7 @@ javaPlatform {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api platform("org.springframework:spring-framework-bom:5.3.8")
|
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
|
||||||
api platform("io.projectreactor:reactor-bom:2020.0.7")
|
api platform("io.projectreactor:reactor-bom:2020.0.7")
|
||||||
api platform("io.rsocket:rsocket-bom:1.1.1")
|
api platform("io.rsocket:rsocket-bom:1.1.1")
|
||||||
api platform("org.springframework.data:spring-data-bom:2021.0.1")
|
api platform("org.springframework.data:spring-data-bom:2021.0.1")
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
aspectjVersion=1.9.6
|
aspectjVersion=1.9.6
|
||||||
springJavaformatVersion=0.0.28
|
springJavaformatVersion=0.0.28
|
||||||
springBootVersion=2.4.2
|
springBootVersion=2.4.2
|
||||||
|
springFrameworkVersion=5.3.8
|
||||||
openSamlVersion=3.4.6
|
openSamlVersion=3.4.6
|
||||||
version=5.5.2-SNAPSHOT
|
version=5.5.2-SNAPSHOT
|
||||||
kotlinVersion=1.5.10
|
kotlinVersion=1.5.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user