Skip to content

Commit

Permalink
Upgrade SF to 5.1.0.RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Sep 11, 2018
1 parent e9d553a commit a0dc601
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
Expand Up @@ -86,7 +86,7 @@ subprojects { subproject ->
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
reactorVersion = '3.1.6.RELEASE'

springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC2'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC3'

springRetryVersion = '1.2.2.RELEASE'
}
Expand Down

0 comments on commit a0dc601

Please sign in to comment.