Skip to content

Commit fc9140a

Browse files
committed
Upgrade to stable versions from snapshots
1 parent 9896494 commit fc9140a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,21 @@ subprojects { subproject ->
141141
mysqlVersion = '8.0.16'
142142
pahoMqttClientVersion = '1.2.0'
143143
postgresVersion = '42.2.6'
144-
reactorNettyVersion = '0.9.0.BUILD-SNAPSHOT'
145-
reactorVersion = '3.3.0.BUILD-SNAPSHOT'
144+
reactorNettyVersion = '0.9.0.M3'
145+
reactorVersion = '3.3.0.M3'
146146
resilience4jVersion = '0.16.0'
147147
romeToolsVersion = '1.12.1'
148148
rsocketVersion = '0.12.2-RC4'
149149
servletApiVersion = '4.0.1'
150150
smackVersion = '4.3.4'
151-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.BUILD-SNAPSHOT'
152-
springDataJpaVersion = '2.2.0.BUILD-SNAPSHOT'
153-
springDataMongoVersion = '2.2.0.BUILD-SNAPSHOT'
154-
springDataRedisVersion = '2.2.0.BUILD-SNAPSHOT'
155-
springGemfireVersion = '2.2.0.BUILD-SNAPSHOT'
156-
springSecurityVersion = '5.2.0.BUILD-SNAPSHOT'
151+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.M4'
152+
springDataJpaVersion = '2.2.0.RC2'
153+
springDataMongoVersion = '2.2.0.RC2'
154+
springDataRedisVersion = '2.2.0.RC2'
155+
springGemfireVersion = '2.2.0.RC2'
156+
springSecurityVersion = '5.2.0.M4'
157157
springRetryVersion = '1.2.4.RELEASE'
158-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.BUILD-SNAPSHOT'
158+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.RC1'
159159
springWsVersion = '3.0.7.RELEASE'
160160
tomcatVersion = "9.0.19"
161161
xstreamVersion = '1.4.11.1'

0 commit comments

Comments
 (0)