Skip to content

Commit

Permalink
Upgrade Spring Framework to 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jun 13, 2018
1 parent 54b7dd8 commit ca8a600
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 @@ -97,7 +97,7 @@ subprojects { subproject ->
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
rabbitmqHttpClientVersion = '2.0.1.RELEASE'

springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.5.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.7.RELEASE'

springRetryVersion = '1.2.2.RELEASE'
}
Expand Down

0 comments on commit ca8a600

Please sign in to comment.