Skip to content

Commit

Permalink
Upgrade Spring Version
Browse files Browse the repository at this point in the history
garyrussell committed Sep 16, 2020
1 parent 9a84951 commit e56c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ ext {
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
reactorVersion = '3.2.19.RELEASE'
springRetryVersion = '1.2.5.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.17.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.18.RELEASE'


expandPlaceholders = '**/quick-tour.xml'

0 comments on commit e56c883

Please sign in to comment.