Skip to content

Commit b93ba90

Browse files
committed
Upgrade to Spring AMQP-1.5.7
1 parent 684dd5a commit b93ba90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ allprojects {
2929
group = 'org.springframework.integration'
3030

3131
repositories {
32+
// maven { url 'https://repo.spring.io/libs-staging-local' }
3233
if (version.endsWith('BUILD-SNAPSHOT') || project.hasProperty('platformVersion')) {
3334
maven { url 'https://repo.spring.io/libs-snapshot' }
3435
}
@@ -129,7 +130,7 @@ subprojects { subproject ->
129130
tomcatVersion = "8.0.18"
130131
smack3Version = '3.2.1'
131132
smackVersion = '4.0.6'
132-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.5.6.RELEASE'
133+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.5.7.RELEASE'
133134
// springCloudClusterVersion = '1.0.0.BUILD-SNAPSHOT'
134135
springDataJpaVersion = '1.8.2.RELEASE'
135136
springDataMongoVersion = '1.7.2.RELEASE'

0 commit comments

Comments
 (0)