Skip to content

Commit

Permalink
Upgrade Spring Framework to 4.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jul 26, 2018
1 parent 7bf27de commit 9d1b267
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 @@ -104,7 +104,7 @@ subprojects { subproject ->
rabbitmqHttpClientVersion = '1.1.1.RELEASE'
slf4jVersion = "1.7.25"

springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.15.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.18.RELEASE'

springRetryVersion = '1.2.2.RELEASE'
}
Expand Down

0 comments on commit 9d1b267

Please sign in to comment.