Skip to content

Commit cea47f7

Browse files
committed
Upgrade versions for 5.2.0.M2
1 parent 30750f5 commit cea47f7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

+10-10
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,21 @@ subprojects { subproject ->
129129
mysqlVersion = '8.0.15'
130130
pahoMqttClientVersion = '1.2.0'
131131
postgresVersion = '42.2.5'
132-
reactorNettyVersion = '0.9.0.BUILD-SNAPSHOT'
133-
reactorVersion = '3.3.0.BUILD-SNAPSHOT'
132+
reactorNettyVersion = '0.9.0.M1'
133+
reactorVersion = '3.3.0.M1'
134134
resilience4jVersion = '0.14.1'
135135
romeToolsVersion = '1.12.0'
136-
rsocketVersion = '0.12.2-RC3-SNAPSHOT'
136+
rsocketVersion = '0.12.2-RC2'
137137
servletApiVersion = '4.0.1'
138138
smackVersion = '4.3.3'
139-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.BUILD-SNAPSHOT'
140-
springDataJpaVersion = '2.2.0.BUILD-SNAPSHOT'
141-
springDataMongoVersion = '2.2.0.BUILD-SNAPSHOT'
142-
springDataRedisVersion = '2.2.0.BUILD-SNAPSHOT'
143-
springGemfireVersion = '2.2.0.BUILD-SNAPSHOT'
144-
springSecurityVersion = '5.2.0.BUILD-SNAPSHOT'
139+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.M2'
140+
springDataJpaVersion = '2.2.0.M4'
141+
springDataMongoVersion = '2.2.0.M4'
142+
springDataRedisVersion = '2.2.0.M4'
143+
springGemfireVersion = '2.2.0.M4'
144+
springSecurityVersion = '5.2.0.M2'
145145
springRetryVersion = '1.2.4.RELEASE'
146-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.BUILD-SNAPSHOT'
146+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.M2'
147147
springWsVersion = '3.0.7.RELEASE'
148148
tomcatVersion = "9.0.17"
149149
xstreamVersion = '1.4.11.1'

0 commit comments

Comments
 (0)