Skip to content

Commit

Permalink
Upgrade to SA-2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Sep 4, 2019
1 parent f7e0848 commit d91a45a
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 @@ -39,7 +39,7 @@ allprojects {
if (version.endsWith('BUILD-SNAPSHOT')) {
maven { url 'https://repo.spring.io/libs-snapshot' }
}
// maven { url 'https://repo.spring.io/libs-staging-local' }
maven { url 'https://repo.spring.io/libs-staging-local' }
}

ext.javadocLinks = [
Expand Down Expand Up @@ -134,7 +134,7 @@ subprojects { subproject ->
romeToolsVersion = '1.9.0'
servletApiVersion = '4.0.0'
smackVersion = '4.3.3'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.8.RELEASE'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.9.RELEASE'
springDataJpaVersion = '2.1.10.RELEASE'
springDataMongoVersion = '2.1.10.RELEASE'
springDataRedisVersion = '2.1.10.RELEASE'
Expand Down

0 comments on commit d91a45a

Please sign in to comment.