Skip to content

Commit f383cc2

Browse files
committed
Upgrade dependencies; prepare for release
1 parent af725a8 commit f383cc2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

build.gradle

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ buildscript {
1111

1212
plugins {
1313
id 'org.sonarqube' version '2.8'
14-
id 'io.spring.nohttp' version '0.0.4.RELEASE' apply false
15-
id 'org.ajoberstar.grgit' version '4.0.2'
16-
id "io.spring.dependency-management" version '1.0.9.RELEASE'
17-
id 'com.jfrog.artifactory' version '4.15.2' apply false
14+
id 'io.spring.nohttp' version '0.0.5.RELEASE' apply false
15+
id 'org.ajoberstar.grgit' version '4.1.0'
16+
id "io.spring.dependency-management" version '1.0.10.RELEASE'
17+
id 'com.jfrog.artifactory' version '4.18.0' apply false
1818
id 'org.jetbrains.dokka' version '0.10.1'
19-
id 'org.asciidoctor.jvm.pdf' version '3.2.0'
20-
id 'org.asciidoctor.jvm.gems' version '3.2.0'
21-
id 'org.asciidoctor.jvm.convert' version '3.2.0'
19+
id 'org.asciidoctor.jvm.pdf' version '3.3.0'
20+
id 'org.asciidoctor.jvm.gems' version '3.3.0'
21+
id 'org.asciidoctor.jvm.convert' version '3.3.0'
2222
}
2323

2424
if (System.getenv('TRAVIS') || System.getenv('bamboo_buildKey')) {
@@ -40,7 +40,7 @@ ext {
4040
linkScmUrl = 'https://github.com/spring-projects/spring-integration'
4141
linkScmConnection = 'scm:git:git://github.com/spring-projects/spring-integration.git'
4242
linkScmDevConnection = 'scm:git:ssh://[email protected]:spring-projects/spring-integration.git'
43-
docResourcesVersion = '0.2.2.RELEASE'
43+
docResourcesVersion = '0.2.3'
4444

4545
modifiedFiles =
4646
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
@@ -62,7 +62,7 @@ ext {
6262
groovyVersion = '2.5.13'
6363
hamcrestVersion = '2.2'
6464
hazelcastVersion = '3.12.10'
65-
hibernateVersion = '5.4.22.Final'
65+
hibernateVersion = '5.4.23.Final'
6666
hsqldbVersion = '2.5.1'
6767
h2Version = '1.4.200'
6868
jacksonVersion = '2.11.3'
@@ -78,15 +78,15 @@ ext {
7878
junitJupiterVersion = '5.6.3'
7979
jythonVersion = '2.7.2'
8080
kryoShadedVersion = '4.0.2'
81-
lettuceVersion = '5.3.4.RELEASE'
81+
lettuceVersion = '5.3.5.RELEASE'
8282
log4jVersion = '2.13.3'
83-
micrometerVersion = '1.5.5'
83+
micrometerVersion = '1.5.6'
8484
mockitoVersion = '3.3.3'
8585
mongoDriverVersion = '4.0.4'
8686
mysqlVersion = '8.0.20'
8787
pahoMqttClientVersion = '1.2.4'
8888
postgresVersion = '42.2.12'
89-
reactorVersion = 'Dysprosium-SR13'
89+
reactorVersion = 'Dysprosium-SR14'
9090
resilience4jVersion = '1.4.0'
9191
romeToolsVersion = '1.12.2'
9292
rsocketVersion = '1.0.3'
@@ -96,10 +96,10 @@ ext {
9696
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-SR5'
9797
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.5.RELEASE'
9898
springRetryVersion = '1.2.5.RELEASE'
99-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.9.RELEASE'
100-
springWsVersion = '3.0.9.RELEASE'
101-
tomcatVersion = "9.0.36"
102-
xstreamVersion = '1.4.12'
99+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.11.RELEASE'
100+
springWsVersion = '3.0.10.RELEASE'
101+
tomcatVersion = "9.0.39"
102+
xstreamVersion = '1.4.13'
103103

104104
javaProjects = subprojects - project(':spring-integration-bom')
105105
}
@@ -318,7 +318,7 @@ configure(javaProjects) { subproject ->
318318

319319
checkstyle {
320320
configDirectory.set(rootProject.file("src/checkstyle"))
321-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.32'
321+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.37'
322322
}
323323

324324
jar {

0 commit comments

Comments
 (0)