Upgrade dependencies; prepare for release
This commit is contained in:
28
build.gradle
28
build.gradle
@@ -14,11 +14,11 @@ plugins {
|
||||
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.17.2' apply false
|
||||
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 = '3.0.6'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '4.0.3'
|
||||
hibernateVersion = '5.4.22.Final'
|
||||
hibernateVersion = '5.4.23.Final'
|
||||
hsqldbVersion = '2.5.1'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.11.3'
|
||||
@@ -80,17 +80,17 @@ ext {
|
||||
junitJupiterVersion = '5.7.0'
|
||||
jythonVersion = '2.7.2'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '6.0.0.RELEASE'
|
||||
lettuceVersion = '6.0.1.RELEASE'
|
||||
log4jVersion = '2.13.3'
|
||||
mailVersion = '1.6.5'
|
||||
micrometerVersion = '1.5.6'
|
||||
micrometerVersion = '1.5.7'
|
||||
mockitoVersion = '3.6.0'
|
||||
mongoDriverVersion = '4.1.1'
|
||||
mysqlVersion = '8.0.22'
|
||||
pahoMqttClientVersion = '1.2.4'
|
||||
postgresVersion = '42.2.18'
|
||||
r2dbch2Version='0.8.4.RELEASE'
|
||||
reactorVersion = '2020.0.0'
|
||||
reactorVersion = '2020.0.1'
|
||||
resilience4jVersion = '1.6.1'
|
||||
romeToolsVersion = '1.15.0'
|
||||
rsocketVersion = '1.1.0'
|
||||
@@ -98,12 +98,12 @@ ext {
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.5'
|
||||
soapVersion = '1.4.0'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.0'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.0'
|
||||
springKafkaVersion = '2.6.2'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.1'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.1'
|
||||
springKafkaVersion = '2.6.3'
|
||||
springRetryVersion = '1.3.0'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.1'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.1'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = "9.0.39"
|
||||
xstreamVersion = '1.4.13'
|
||||
@@ -325,7 +325,7 @@ configure(javaProjects) { subproject ->
|
||||
|
||||
checkstyle {
|
||||
configDirectory.set(rootProject.file("src/checkstyle"))
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.36.2'
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.37'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user