Skip to content

Commit

Permalink
Upgrade Spring Framework, Data, AMQP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Sep 30, 2019
1 parent addf2db commit 3c89ef5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ subprojects { subproject ->
romeToolsVersion = '1.9.0'
servletApiVersion = '4.0.0'
smackVersion = '4.3.3'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.9.RELEASE'
springDataJpaVersion = '2.1.10.RELEASE'
springDataMongoVersion = '2.1.10.RELEASE'
springDataRedisVersion = '2.1.10.RELEASE'
springGemfireVersion = '2.1.10.RELEASE'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.11.RELEASE'
springDataJpaVersion = '2.1.11.RELEASE'
springDataMongoVersion = '2.1.11.RELEASE'
springDataRedisVersion = '2.1.11.RELEASE'
springGemfireVersion = '2.1.11.RELEASE'
springSecurityVersion = '5.1.5.RELEASE'
springRetryVersion = '1.2.4.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.9.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.10.RELEASE'
springWsVersion = '3.0.7.RELEASE'
tomcatVersion = "9.0.19"
xstreamVersion = '1.4.11.1'
Expand Down

0 comments on commit 3c89ef5

Please sign in to comment.