Skip to content

Commit 184a6c2

Browse files
committed
Upgrade dependencies; prepare for release
1 parent a869e8a commit 184a6c2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.4.31'
2+
ext.kotlinVersion = '1.4.32'
33
repositories {
44
mavenCentral()
55
maven { url 'https://plugins.gradle.org/m2' }
@@ -52,7 +52,7 @@ ext {
5252
aspectjVersion = '1.9.6'
5353
assertjVersion = '3.17.2'
5454
assertkVersion = '0.23.1'
55-
avroVersion = '1.10.1'
55+
avroVersion = '1.10.2'
5656
awaitilityVersion = '4.0.3'
5757
commonsDbcp2Version = '2.8.0'
5858
commonsIoVersion = '2.8.0'
@@ -64,7 +64,7 @@ ext {
6464
groovyVersion = '3.0.7'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.0.3'
67-
hibernateVersion = '5.4.29.Final'
67+
hibernateVersion = '5.4.30.Final'
6868
hsqldbVersion = '2.5.1'
6969
h2Version = '1.4.200'
7070
jacksonVersion = '2.11.4'
@@ -82,17 +82,17 @@ ext {
8282
junitJupiterVersion = '5.7.1'
8383
jythonVersion = '2.7.2'
8484
kryoShadedVersion = '4.0.2'
85-
lettuceVersion = '6.0.2.RELEASE'
85+
lettuceVersion = '6.0.4.RELEASE'
8686
log4jVersion = '2.13.3'
87-
mailVersion = '1.6.5'
87+
mailVersion = '1.6.7'
8888
micrometerVersion = '1.5.12'
8989
mockitoVersion = '3.6.28'
90-
mongoDriverVersion = '4.1.1'
90+
mongoDriverVersion = '4.1.2'
9191
mysqlVersion = '8.0.23'
9292
pahoMqttClientVersion = '1.2.5'
9393
postgresVersion = '42.2.19'
9494
r2dbch2Version='0.8.4.RELEASE'
95-
reactorVersion = '2020.0.5'
95+
reactorVersion = '2020.0.6'
9696
resilience4jVersion = '1.6.1'
9797
romeToolsVersion = '1.15.0'
9898
rsocketVersion = '1.1.0'
@@ -101,13 +101,13 @@ ext {
101101
smackVersion = '4.3.5'
102102
soapVersion = '1.4.0'
103103
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.6'
104-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.6'
104+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.8'
105105
springKafkaVersion = '2.6.7'
106106
springRetryVersion = '1.3.1'
107-
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.4'
108-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.5'
107+
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.6'
108+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.6'
109109
springWsVersion = '3.0.10.RELEASE'
110-
tomcatVersion = "9.0.44"
110+
tomcatVersion = "9.0.45"
111111
xstreamVersion = '1.4.16'
112112

113113
javaProjects = subprojects - project(':spring-integration-bom')
@@ -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.41'
331+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.41.1'
332332
}
333333

334334
jar {

0 commit comments

Comments
 (0)