Skip to content

Commit b11bb3a

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 7eb0734 commit b11bb3a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

build.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ plugins {
1414
id 'io.spring.nohttp' version '0.0.5.RELEASE' apply false
1515
id 'org.ajoberstar.grgit' version '4.1.0'
1616
id "io.spring.dependency-management" version '1.0.10.RELEASE'
17-
id 'com.jfrog.artifactory' version '4.17.2' apply false
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://git@github.com: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 = '3.0.6'
6363
hamcrestVersion = '2.2'
6464
hazelcastVersion = '4.0.3'
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'
@@ -80,30 +80,30 @@ ext {
8080
junitJupiterVersion = '5.7.0'
8181
jythonVersion = '2.7.2'
8282
kryoShadedVersion = '4.0.2'
83-
lettuceVersion = '6.0.0.RELEASE'
83+
lettuceVersion = '6.0.1.RELEASE'
8484
log4jVersion = '2.13.3'
8585
mailVersion = '1.6.5'
86-
micrometerVersion = '1.5.6'
86+
micrometerVersion = '1.5.7'
8787
mockitoVersion = '3.6.0'
8888
mongoDriverVersion = '4.1.1'
8989
mysqlVersion = '8.0.22'
9090
pahoMqttClientVersion = '1.2.4'
9191
postgresVersion = '42.2.18'
9292
r2dbch2Version='0.8.4.RELEASE'
93-
reactorVersion = '2020.0.0'
93+
reactorVersion = '2020.0.1'
9494
resilience4jVersion = '1.6.1'
9595
romeToolsVersion = '1.15.0'
9696
rsocketVersion = '1.1.0'
9797
saajVersion = '1.5.2'
9898
servletApiVersion = '4.0.1'
9999
smackVersion = '4.3.5'
100100
soapVersion = '1.4.0'
101-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.0'
102-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.0'
103-
springKafkaVersion = '2.6.2'
101+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.1'
102+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.1'
103+
springKafkaVersion = '2.6.3'
104104
springRetryVersion = '1.3.0'
105105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.1'
106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.1'
107107
springWsVersion = '3.0.10.RELEASE'
108108
tomcatVersion = "9.0.39"
109109
xstreamVersion = '1.4.13'
@@ -325,7 +325,7 @@ configure(javaProjects) { subproject ->
325325

326326
checkstyle {
327327
configDirectory.set(rootProject.file("src/checkstyle"))
328-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.36.2'
328+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.37'
329329
}
330330

331331
jar {

0 commit comments

Comments
 (0)