Upgrade to SF versions to resolve HTTPS for XSDs

* Fix the link to SI Reference in the Voldemort sample config
This commit is contained in:
Artem Bilan
2019-03-20 16:15:52 -04:00
parent 98081ea1ec
commit 6e1de98d81
6 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
<int:channel id="requestChannel"/>
<!-- See also:
https://docs.spring.io/spring-integration/reference/htmlsingle/#gateway-proxy
https://docs.spring.io/spring-integration/reference/html/#gateway-proxy
https://www.enterpriseintegrationpatterns.com/MessagingGateway.html -->
<int:gateway id="gateway"
default-request-timeout="5000"

View File

@@ -34,7 +34,7 @@ ext {
slf4jVersion = '1.7.25'
reactorVersion = '3.2.5.RELEASE'
springDataCassandraVersion = '2.1.4.RELEASE'
springIntegrationVersion = '5.1.2.RELEASE'
springIntegrationVersion = '5.1.4.BUILD-SNAPSHOT'
idPrefix = 'cassandra'

View File

@@ -55,7 +55,7 @@ compileTestJava {
ext {
hazelcastVersion = '3.8.9'
slf4jVersion = '1.7.25'
springIntegrationVersion = '4.3.16.RELEASE'
springIntegrationVersion = '4.3.20.BUILD-SNAPSHOT'
idPrefix = 'hazelcast'

View File

@@ -58,7 +58,7 @@ ext {
jcifsVersion = '1.3.18.3'
log4jVersion = '2.11.0'
springIntegrationVersion = '5.0.4.RELEASE'
springIntegrationVersion = '5.0.13.BUILD-SNAPSHOT'
linkHomepage = 'https://github.com/SpringSource/spring-integration-extensions'

View File

@@ -4,7 +4,7 @@ plugins {
id 'idea'
id 'jacoco'
id 'checkstyle'
id 'org.sonarqube' version '2.6.2'
id 'org.sonarqube' version '2.7'
}
description = 'Spring Integration Social Twitter Support'
@@ -28,9 +28,9 @@ compileJava {
ext {
jackson2Version = '2.9.6'
springIntegrationVersion = '5.1.0.RELEASE'
springIntegrationVersion = '5.1.4.BUILD-SNAPSHOT'
springSocialTwitterVersion = '1.1.2.RELEASE'
springVersion = '5.1.2.RELEASE'
springVersion = '5.1.6.BUILD-SNAPSHOT'
idPrefix = 'twitter'
@@ -53,12 +53,12 @@ sourceSets {
}
jacoco {
toolVersion = "0.7.9"
toolVersion = "0.8.2"
}
checkstyle {
configFile = file("$rootDir/src/checkstyle/checkstyle.xml")
toolVersion = "8.11"
toolVersion = "8.18"
}
// enable all compiler warnings; individual projects may customize further

View File

@@ -62,7 +62,7 @@ ext {
linkScmDevConnection = 'git@github.com:spring-projects/spring-integration-extensions.git'
slf4jVersion = "1.7.25"
springIntegrationVersion = '4.3.15.RELEASE'
springIntegrationVersion = '4.3.20.BUILD-SNAPSHOT'
ztZipVersion = '1.13'
idPrefix = 'zip'