Skip to content

Commit 9f34b27

Browse files
committed
Upgrade to the latest GAs
* No Spring Security 5.1.1.RELEASE yet
1 parent ecda266 commit 9f34b27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ subprojects { subproject ->
131131
romeToolsVersion = '1.9.0'
132132
servletApiVersion = '4.0.0'
133133
smackVersion = '4.3.0'
134-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.0.BUILD-SNAPSHOT'
135-
springDataJpaVersion = '2.1.1.BUILD-SNAPSHOT'
136-
springDataMongoVersion = '2.1.1.BUILD-SNAPSHOT'
137-
springDataRedisVersion = '2.1.1.BUILD-SNAPSHOT'
138-
springGemfireVersion = '2.1.1.BUILD-SNAPSHOT'
134+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.0.RELEASE'
135+
springDataJpaVersion = '2.1.1.RELEASE'
136+
springDataMongoVersion = '2.1.1.RELEASE'
137+
springDataRedisVersion = '2.1.1.RELEASE'
138+
springGemfireVersion = '2.1.1.RELEASE'
139139
springSecurityVersion = '5.1.1.BUILD-SNAPSHOT'
140140
springRetryVersion = '1.2.2.RELEASE'
141-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.1.BUILD-SNAPSHOT'
141+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.1.RELEASE'
142142
springWsVersion = '3.0.3.RELEASE'
143143
tomcatVersion = "9.0.12"
144144
xmlUnitVersion = '1.6'

0 commit comments

Comments
 (0)