Upgrade to SI-4.1.8

This commit is contained in:
Artem Bilan
2015-12-16 13:40:55 -05:00
parent 21f705702a
commit ebcd57c8e1

View File

@@ -29,7 +29,7 @@ allprojects {
// mavenLocal()
maven { url 'http://repo.spring.io/libs-snapshot' }
maven { url 'http://repo.spring.io/libs-milestone' }
// maven { url 'http://repo.spring.io/libs-staging-local' }
// maven { url 'http://repo.spring.io/libs-staging-local' }
}
}
@@ -199,7 +199,7 @@ subprojects { subproject ->
postgresVersion = '9.1-901-1.jdbc4'
subethasmtpVersion = '1.2'
slf4jVersion = '1.7.11'
springIntegrationVersion = '4.1.7.RELEASE'
springIntegrationVersion = '4.1.8.RELEASE'
springIntegrationDslVersion = '1.0.2.RELEASE'
springVersion = '4.1.8.RELEASE'
springSecurityVersion = '3.2.4.RELEASE'