Skip to content

Commit

Permalink
Bump SF and amqp-client versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jan 24, 2018
1 parent af7ee3f commit b0968ee
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 @@ -95,10 +95,10 @@ subprojects { subproject ->
log4jVersion = '2.8.2'
logbackVersion = '1.2.3'
mockitoVersion = '2.11.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.0.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
rabbitmqHttpClientVersion = '1.3.1.RELEASE'

springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.2.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.3.RELEASE'

springRetryVersion = '1.2.1.RELEASE'
}
Expand Down

0 comments on commit b0968ee

Please sign in to comment.