Skip to content

Commit d91a45a

Browse files
committed
Upgrade to SA-2.1.9
1 parent f7e0848 commit d91a45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ allprojects {
3939
if (version.endsWith('BUILD-SNAPSHOT')) {
4040
maven { url 'https://repo.spring.io/libs-snapshot' }
4141
}
42-
// maven { url 'https://repo.spring.io/libs-staging-local' }
42+
maven { url 'https://repo.spring.io/libs-staging-local' }
4343
}
4444

4545
ext.javadocLinks = [
@@ -134,7 +134,7 @@ subprojects { subproject ->
134134
romeToolsVersion = '1.9.0'
135135
servletApiVersion = '4.0.0'
136136
smackVersion = '4.3.3'
137-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.8.RELEASE'
137+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.9.RELEASE'
138138
springDataJpaVersion = '2.1.10.RELEASE'
139139
springDataMongoVersion = '2.1.10.RELEASE'
140140
springDataRedisVersion = '2.1.10.RELEASE'

0 commit comments

Comments
 (0)