File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments