Skip to content

Commit

Permalink
Upgrade to SF-4.3.15 and Retry-1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Apr 4, 2018
1 parent f69f54e commit 0ba19a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ subprojects { subproject ->
rabbitmqHttpClientVersion = '1.1.1.RELEASE'
slf4jVersion = "1.7.25"

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

springRetryVersion = '1.2.1.RELEASE'
springRetryVersion = '1.2.2.RELEASE'
}

eclipse {
Expand Down

0 comments on commit 0ba19a0

Please sign in to comment.