Skip to content

Commit

Permalink
Upgrade to SF-5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 15, 2018
1 parent a98e9da commit 9f0d325
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.9.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.10.RELEASE'

springRetryVersion = '1.2.2.RELEASE'
}
Expand Down

0 comments on commit 9f0d325

Please sign in to comment.