Skip to content

Commit c420f54

Browse files
committed
Upgrade dependencies; prepare for last release
1 parent b193294 commit c420f54

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

build.gradle

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
buildscript {
22
repositories {
3+
mavenCentral()
4+
maven { url 'https://plugins.gradle.org/m2' }
35
maven { url 'https://repo.spring.io/plugins-release' }
46
}
57
dependencies {
@@ -30,12 +32,12 @@ allprojects {
3032
group = 'org.springframework.integration'
3133

3234
repositories {
35+
mavenCentral()
3336
// maven { url 'https://repo.spring.io/libs-staging-local' }
3437
if (version.endsWith('BUILD-SNAPSHOT') || project.hasProperty('platformVersion')) {
3538
maven { url 'https://repo.spring.io/libs-snapshot' }
3639
}
3740
maven { url 'https://repo.spring.io/libs-milestone' }
38-
mavenCentral()
3941
}
4042

4143
ext.javadocLinks = [
@@ -83,7 +85,7 @@ subprojects { subproject ->
8385
}
8486

8587
ext {
86-
activeMqVersion = '5.15.11'
88+
activeMqVersion = '5.15.13'
8789
apacheSshdVersion = '1.4.0'
8890
aspectjVersion = '1.8.14'
8991
boonVersion = '0.34'
@@ -95,7 +97,7 @@ subprojects { subproject ->
9597
derbyVersion = '10.13.1.1'
9698
eclipseLinkVersion = '2.5.2'
9799
ftpServerVersion = '1.0.6'
98-
groovyVersion = '2.4.19'
100+
groovyVersion = '2.4.21'
99101
guavaVersion = '19.0'
100102
hamcrestVersion = '1.3'
101103
hazelcastVersion = '3.6.8'
@@ -134,11 +136,11 @@ subprojects { subproject ->
134136
springDataMongoVersion = '1.9.11.RELEASE'
135137
springDataRedisVersion = '1.7.11.RELEASE'
136138
springGemfireVersion = '1.8.11.RELEASE'
137-
springSecurityVersion = '4.2.12.RELEASE'
139+
springSecurityVersion = '4.2.20.RELEASE'
138140
springSocialTwitterVersion = '1.1.2.RELEASE'
139141
springRetryVersion = '1.1.5.RELEASE'
140-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.28.RELEASE'
141-
springWsVersion = '2.4.6.RELEASE'
142+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.30.RELEASE'
143+
springWsVersion = '2.4.7.RELEASE'
142144
xmlUnitVersion = '1.6'
143145
xstreamVersion = '1.4.7'
144146
}

0 commit comments

Comments
 (0)