Skip to content

Commit

Permalink
Upgrade Spring Framework to 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jan 9, 2019
1 parent 3cd6cd1 commit 8350fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -86,7 +86,7 @@ subprojects { subproject ->
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
reactorVersion = '3.2.3.RELEASE'

springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.3.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.4.RELEASE'

springRetryVersion = '1.2.2.RELEASE'
}
Expand Down

0 comments on commit 8350fa2

Please sign in to comment.