1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add springFrameworkVersion property in gradle

Closes gh-9954
This commit is contained in:
Marcus Da Coregio
2021-06-22 14:40:07 -03:00
committed by Marcus Hert Da Coregio
parent e91cacfdaf
commit f0f6047888
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
View File
@@ -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