mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Add springFrameworkVersion property in gradle
Closes gh-9954
This commit is contained in:
parent
e91cacfdaf
commit
f0f6047888
@ -7,7 +7,7 @@ javaPlatform {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api platform("org.springframework:spring-framework-bom:5.3.7")
|
||||
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
|
||||
api platform("io.projectreactor:reactor-bom:2020.0.7")
|
||||
api platform("io.rsocket:rsocket-bom:1.1.0")
|
||||
api platform("org.springframework.data:spring-data-bom:2021.0.1")
|
||||
|
@ -1,6 +1,7 @@
|
||||
aspectjVersion=1.9.6
|
||||
springJavaformatVersion=0.0.28
|
||||
springBootVersion=2.4.2
|
||||
springFrameworkVersion=5.3.7
|
||||
openSamlVersion=3.4.6
|
||||
version=5.6.0-SNAPSHOT
|
||||
kotlinVersion=1.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user