Skip to content

Commit dd4c12a

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 9d7ef20 commit dd4c12a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

build.gradle

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313

1414
plugins {
1515
id 'org.sonarqube' version '2.8'
16-
id 'io.spring.nohttp' version '0.0.5.RELEASE' apply false
16+
id 'io.spring.nohttp' version '0.0.8' apply false
1717
id 'org.ajoberstar.grgit' version '4.1.0'
1818
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
1919
id 'com.jfrog.artifactory' version '4.21.0' apply false
@@ -61,7 +61,7 @@ ext {
6161
derbyVersion = '10.14.2.0'
6262
ftpServerVersion = '1.1.1'
6363
googleJsr305Version = '3.0.2'
64-
groovyVersion = '3.0.7'
64+
groovyVersion = '3.0.8'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.0.3'
6767
hibernateVersion = '5.4.31.Final'
@@ -70,7 +70,7 @@ ext {
7070
jacksonVersion = '2.11.4'
7171
javaxActivationVersion = '1.2.0'
7272
javaxAnnotationVersion= '1.3.2'
73-
jaxbVersion = '2.3.3'
73+
jaxbVersion = '2.3.4'
7474
jeroMqVersion = '0.5.2'
7575
jmsApiVersion = '2.0.1'
7676
jpa21ApiVersion = '1.0.2.Final'
@@ -85,30 +85,30 @@ ext {
8585
lettuceVersion = '6.0.5.RELEASE'
8686
log4jVersion = '2.13.3'
8787
mailVersion = '1.6.7'
88-
micrometerVersion = '1.5.14'
88+
micrometerVersion = '1.5.15'
8989
mockitoVersion = '3.6.28'
9090
mongoDriverVersion = '4.1.2'
91-
mysqlVersion = '8.0.23'
91+
mysqlVersion = '8.0.25'
9292
pahoMqttClientVersion = '1.2.5'
9393
postgresVersion = '42.2.19'
9494
r2dbch2Version='0.8.4.RELEASE'
9595
reactorVersion = '2020.0.7'
9696
resilience4jVersion = '1.6.1'
9797
romeToolsVersion = '1.15.0'
98-
rsocketVersion = '1.1.0'
98+
rsocketVersion = '1.1.1'
9999
saajVersion = '1.5.2'
100100
servletApiVersion = '4.0.1'
101101
smackVersion = '4.3.5'
102102
soapVersion = '1.4.0'
103-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.7'
104-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.9'
105-
springKafkaVersion = '2.6.8'
103+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.9'
104+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.10'
105+
springKafkaVersion = '2.6.9'
106106
springRetryVersion = '1.3.1'
107-
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.6'
108-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.7'
107+
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.7'
108+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.8'
109109
springWsVersion = '3.0.10.RELEASE'
110-
tomcatVersion = "9.0.46"
111-
xstreamVersion = '1.4.16'
110+
tomcatVersion = '9.0.48'
111+
xstreamVersion = '1.4.17'
112112

113113
javaProjects = subprojects - project(':spring-integration-bom')
114114
}
@@ -217,7 +217,7 @@ configure(javaProjects) { subproject ->
217217
}
218218

219219
jacoco {
220-
toolVersion = '0.8.6'
220+
toolVersion = '0.8.7'
221221
}
222222

223223
// dependencies that are common across all java projects
@@ -328,7 +328,7 @@ configure(javaProjects) { subproject ->
328328

329329
checkstyle {
330330
configDirectory.set(rootProject.file("src/checkstyle"))
331-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.42'
331+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.43'
332332
}
333333

334334
jar {

0 commit comments

Comments
 (0)