Upgrade dependencies; prepare for release
This commit is contained in:
34
build.gradle
34
build.gradle
@@ -11,14 +11,14 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
id 'org.sonarqube' version '2.8'
|
||||
id 'io.spring.nohttp' version '0.0.4.RELEASE' apply false
|
||||
id 'org.ajoberstar.grgit' version '4.0.2'
|
||||
id "io.spring.dependency-management" version '1.0.9.RELEASE'
|
||||
id 'com.jfrog.artifactory' version '4.15.2' apply false
|
||||
id 'io.spring.nohttp' version '0.0.5.RELEASE' apply false
|
||||
id 'org.ajoberstar.grgit' version '4.1.0'
|
||||
id "io.spring.dependency-management" version '1.0.10.RELEASE'
|
||||
id 'com.jfrog.artifactory' version '4.18.0' apply false
|
||||
id 'org.jetbrains.dokka' version '0.10.1'
|
||||
id 'org.asciidoctor.jvm.pdf' version '3.2.0'
|
||||
id 'org.asciidoctor.jvm.gems' version '3.2.0'
|
||||
id 'org.asciidoctor.jvm.convert' version '3.2.0'
|
||||
id 'org.asciidoctor.jvm.pdf' version '3.3.0'
|
||||
id 'org.asciidoctor.jvm.gems' version '3.3.0'
|
||||
id 'org.asciidoctor.jvm.convert' version '3.3.0'
|
||||
}
|
||||
|
||||
if (System.getenv('TRAVIS') || System.getenv('bamboo_buildKey')) {
|
||||
@@ -40,7 +40,7 @@ ext {
|
||||
linkScmUrl = 'https://github.com/spring-projects/spring-integration'
|
||||
linkScmConnection = 'scm:git:git://github.com/spring-projects/spring-integration.git'
|
||||
linkScmDevConnection = 'scm:git:ssh://git@github.com:spring-projects/spring-integration.git'
|
||||
docResourcesVersion = '0.2.2.RELEASE'
|
||||
docResourcesVersion = '0.2.3'
|
||||
|
||||
modifiedFiles =
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
@@ -62,7 +62,7 @@ ext {
|
||||
groovyVersion = '2.5.13'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '3.12.10'
|
||||
hibernateVersion = '5.4.22.Final'
|
||||
hibernateVersion = '5.4.23.Final'
|
||||
hsqldbVersion = '2.5.1'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.11.3'
|
||||
@@ -78,15 +78,15 @@ ext {
|
||||
junitJupiterVersion = '5.6.3'
|
||||
jythonVersion = '2.7.2'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '5.3.4.RELEASE'
|
||||
lettuceVersion = '5.3.5.RELEASE'
|
||||
log4jVersion = '2.13.3'
|
||||
micrometerVersion = '1.5.5'
|
||||
micrometerVersion = '1.5.6'
|
||||
mockitoVersion = '3.3.3'
|
||||
mongoDriverVersion = '4.0.4'
|
||||
mysqlVersion = '8.0.20'
|
||||
pahoMqttClientVersion = '1.2.4'
|
||||
postgresVersion = '42.2.12'
|
||||
reactorVersion = 'Dysprosium-SR13'
|
||||
reactorVersion = 'Dysprosium-SR14'
|
||||
resilience4jVersion = '1.4.0'
|
||||
romeToolsVersion = '1.12.2'
|
||||
rsocketVersion = '1.0.3'
|
||||
@@ -96,10 +96,10 @@ ext {
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-SR5'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.5.RELEASE'
|
||||
springRetryVersion = '1.2.5.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.9.RELEASE'
|
||||
springWsVersion = '3.0.9.RELEASE'
|
||||
tomcatVersion = "9.0.36"
|
||||
xstreamVersion = '1.4.12'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.11.RELEASE'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = "9.0.39"
|
||||
xstreamVersion = '1.4.13'
|
||||
|
||||
javaProjects = subprojects - project(':spring-integration-bom')
|
||||
}
|
||||
@@ -318,7 +318,7 @@ configure(javaProjects) { subproject ->
|
||||
|
||||
checkstyle {
|
||||
configDirectory.set(rootProject.file("src/checkstyle"))
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.32'
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.37'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user