diff --git a/build.gradle b/build.gradle
index ac9427649d..35585d53a4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -88,25 +88,25 @@ subprojects { subproject ->
ext {
activeMqVersion = '5.14.5'
- aspectjVersion = '1.8.9'
+ aspectjVersion = '1.8.10'
apacheSshdVersion = '1.4.0'
boonVersion = '0.34'
chronicleVersion = '3.5.3'
- commonsDbcpVersion = '1.4'
+ commonsDbcp2Version = '2.1.1'
commonsIoVersion = '2.4'
commonsNetVersion = '3.5'
curatorVersion = '2.11.1'
derbyVersion = '10.13.1.1'
eclipseLinkVersion = '2.6.4'
ftpServerVersion = '1.0.6'
- groovyVersion = '2.4.6'
+ groovyVersion = '2.4.10'
guavaVersion = '20.0'
hamcrestVersion = '1.3'
hazelcastVersion = '3.8'
hibernateVersion = '5.2.10.Final'
hsqldbVersion = '2.4.0'
h2Version = '1.4.194'
- jackson2Version = '2.9.0.pr2'
+ jackson2Version = '2.9.0.pr3'
javaxActivationVersion = '1.1.1'
javaxMailVersion = '1.6.0-rc1'
jedisVersion = '2.9.0'
@@ -123,7 +123,7 @@ subprojects { subproject ->
mockitoVersion = '2.7.22'
mysqlVersion = '5.1.41'
pahoMqttClientVersion = '1.1.1'
- postgresVersion = '9.1-901-1.jdbc4'
+ postgresVersion = '42.0.0'
reactorNettyVersion = '0.6.3.BUILD-SNAPSHOT'
reactorVersion = '3.1.0.BUILD-SNAPSHOT'
romeToolsVersion = '1.7.2'
@@ -420,9 +420,9 @@ project('spring-integration-jdbc') {
testCompile "org.hsqldb:hsqldb:$hsqldbVersion"
testCompile "org.apache.derby:derby:$derbyVersion"
testCompile "org.apache.derby:derbyclient:$derbyVersion"
- testCompile "postgresql:postgresql:$postgresVersion"
+ testCompile "org.postgresql:postgresql:$postgresVersion"
testCompile "mysql:mysql-connector-java:$mysqlVersion"
- testCompile "commons-dbcp:commons-dbcp:$commonsDbcpVersion"
+ testCompile "org.apache.commons:commons-dbcp2:$commonsDbcp2Version"
}
diff --git a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/CommonMySql-context.xml b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/CommonMySql-context.xml
index 968cc852d5..ae19a3e21a 100644
--- a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/CommonMySql-context.xml
+++ b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/CommonMySql-context.xml
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/MySqlJdbcMessageStoreMultipleChannelTests-context.xml b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/MySqlJdbcMessageStoreMultipleChannelTests-context.xml
index 4ff7bcdaef..6af4e9e1b5 100644
--- a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/MySqlJdbcMessageStoreMultipleChannelTests-context.xml
+++ b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/MySqlJdbcMessageStoreMultipleChannelTests-context.xml
@@ -19,7 +19,7 @@
-
+
diff --git a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/MySqlJdbcMessageStoreTests-context.xml b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/MySqlJdbcMessageStoreTests-context.xml
index 968cc852d5..ae19a3e21a 100644
--- a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/MySqlJdbcMessageStoreTests-context.xml
+++ b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/mysql/MySqlJdbcMessageStoreTests-context.xml
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/store/channel/DataSource-derby-context.xml b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/store/channel/DataSource-derby-context.xml
index 2e1e941eae..15b7bdf411 100644
--- a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/store/channel/DataSource-derby-context.xml
+++ b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/store/channel/DataSource-derby-context.xml
@@ -8,7 +8,7 @@
-
@@ -17,7 +17,7 @@
-