diff --git a/basic/jdbc/src/main/resources/META-INF/spring/integration/spring-integration-context.xml b/basic/jdbc/src/main/resources/META-INF/spring/integration/spring-integration-context.xml
index c6fb7719..5e832a6c 100644
--- a/basic/jdbc/src/main/resources/META-INF/spring/integration/spring-integration-context.xml
+++ b/basic/jdbc/src/main/resources/META-INF/spring/integration/spring-integration-context.xml
@@ -8,23 +8,23 @@
http://www.springframework.org/schema/integration https://www.springframework.org/schema/integration/spring-integration.xsd
http://www.springframework.org/schema/integration/jdbc https://www.springframework.org/schema/integration/jdbc/spring-integration-jdbc.xsd
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
-
+
-
+
-
+
-
-
+
+
-
+ reply-timeout="5000"/>
-
-
-
+
+
+
-
-
+
-
+
@@ -75,6 +75,6 @@
-
+
diff --git a/build.gradle b/build.gradle
index e1ab5e20..890f5d56 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,7 +32,7 @@ allprojects {
repositories {
maven { url 'https://repo.spring.io/libs-snapshot' }
maven { url 'https://repo.spring.io/libs-milestone' }
- maven { url 'https://repo.spring.io/libs-staging-local' }
+// maven { url 'https://repo.spring.io/libs-staging-local' }
}
}
@@ -169,7 +169,7 @@ subprojects { subproject ->
}
ext {
- activeMqVersion = '5.15.2'
+ activeMqVersion = '5.15.9'
apacheSshdVersion = '1.6.0'
aspectjVersion = '1.8.13'
commonsDigesterVersion = '2.0'
@@ -189,7 +189,7 @@ subprojects { subproject ->
guavaVersion = '16.0.1'
groovyVersion = '2.3.0'
hsqldbVersion = '2.3.2'
- h2Version = '1.4.194'
+ h2Version = '1.4.199'
jacksonVersion = '2.3.2'
jasyptVersion = '1.7'
javaxInjectVersion = '1'
@@ -211,12 +211,12 @@ subprojects { subproject ->
postgresVersion = '42.0.0'
subethasmtpVersion = '1.2'
slf4jVersion = '1.7.25'
- springIntegrationVersion = '5.0.13.BUILD-SNAPSHOT'
+ springIntegrationVersion = '5.0.13.RELEASE'
springIntegrationKafkaVersion = '3.0.4.BUILD-SNAPSHOT'
springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT'
springKafkaVersion = '2.1.10.RELEASE'
- springVersion = '5.0.13.BUILD-SNAPSHOT'
- springSecurityVersion = '5.0.10.RELEASE'
+ springVersion = '5.0.13.RELEASE'
+ springSecurityVersion = '5.0.12.RELEASE'
springWebFlowVersion = '2.3.3.RELEASE'
tilesJspVersion = '2.2.1'
validationApiVersion = '1.0.0.GA'