Skip to content

Commit 3cbb828

Browse files
committed
Upgrade to SF 5.1.2.RELEASE, Micrometer 1.1.0
1 parent ec3f3ea commit 3cbb828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ subprojects { subproject ->
121121
kryoShadedVersion = '3.0.3'
122122
lettuceVersion = '5.1.0.RELEASE'
123123
log4jVersion = '2.11.1'
124-
micrometerVersion = '1.1.0-SNAPSHOT'
124+
micrometerVersion = '1.1.0'
125125
mockitoVersion = '2.22.0'
126126
mysqlVersion = '8.0.11'
127127
pahoMqttClientVersion = '1.2.0'
@@ -138,7 +138,7 @@ subprojects { subproject ->
138138
springGemfireVersion = '2.1.1.RELEASE'
139139
springSecurityVersion = '5.1.0.RELEASE'
140140
springRetryVersion = '1.2.2.RELEASE'
141-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.2.BUILD-SNAPSHOT'
141+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.2.RELEASE'
142142
springWsVersion = '3.0.3.RELEASE'
143143
tomcatVersion = "9.0.12"
144144
xmlUnitVersion = '1.6'

0 commit comments

Comments
 (0)