Add springFrameworkVersion property in gradle
Closes gh-9954
This commit is contained in:
committed by
Marcus Hert Da Coregio
parent
e91cacfdaf
commit
f0f6047888
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user