Skip to content

Commit a4ffddf

Browse files
committed
Upgrade to latest B-S of all Spring dependencies
1 parent 26229c9 commit a4ffddf

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
@@ -126,19 +126,19 @@ subprojects { subproject ->
126126
mysqlVersion = '8.0.11'
127127
pahoMqttClientVersion = '1.2.0'
128128
postgresVersion = '42.0.0'
129-
reactorNettyVersion = '0.8.0.M1'
130-
reactorVersion = '3.2.0.M3'
129+
reactorNettyVersion = '0.8.0.BUILD-SNAPSHOT'
130+
reactorVersion = '3.2.0.BUILD-SNAPSHOT'
131131
romeToolsVersion = '1.9.0'
132132
servletApiVersion = '4.0.0'
133133
smackVersion = '4.2.3'
134-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.0.M1'
135-
springDataJpaVersion = '2.1.0.RC1'
136-
springDataMongoVersion = '2.1.0.RC1'
137-
springDataRedisVersion = '2.1.0.RC1'
138-
springGemfireVersion = '2.1.0.RC1'
139-
springSecurityVersion = '5.1.0.M2'
134+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.0.BUILD-SNAPSHOT'
135+
springDataJpaVersion = '2.1.0.BUILD-SNAPSHOT'
136+
springDataMongoVersion = '2.1.0.BUILD-SNAPSHOT'
137+
springDataRedisVersion = '2.1.0.BUILD-SNAPSHOT'
138+
springGemfireVersion = '2.1.0.BUILD-SNAPSHOT'
139+
springSecurityVersion = '5.1.0.BUILD-SNAPSHOT'
140140
springRetryVersion = '1.2.2.RELEASE'
141-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC1'
141+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.BUILD-SNAPSHOT'
142142
springWsVersion = '3.0.2.RELEASE'
143143
tomcatVersion = "9.0.7"
144144
xmlUnitVersion = '1.6'

0 commit comments

Comments
 (0)