Skip to content

Commit 567d52e

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 626b14e commit 567d52e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ext {
4646
modifiedFiles =
4747
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4848

49-
activeMqVersion = '5.17.2'
49+
activeMqVersion = '5.17.3'
5050
apacheSshdVersion = '2.7.0'
5151
aspectjVersion = '1.9.9.1'
5252
assertjVersion = '3.23.1'
@@ -63,7 +63,7 @@ ext {
6363
greenmailVersion = '1.6.9'
6464
groovyVersion = '3.0.13'
6565
hamcrestVersion = '2.2'
66-
hazelcastVersion = '4.2.5'
66+
hazelcastVersion = '4.2.6'
6767
hibernateVersion = '5.5.9.Final'
6868
hsqldbVersion = '2.6.1'
6969
h2Version = '1.4.200'
@@ -80,7 +80,7 @@ ext {
8080
junitJupiterVersion = '5.7.2'
8181
jythonVersion = '2.7.2'
8282
kryoShadedVersion = '4.0.2'
83-
lettuceVersion = '6.1.9.RELEASE'
83+
lettuceVersion = '6.1.10.RELEASE'
8484
log4jVersion = '2.17.2'
8585
mailVersion = '1.6.7'
8686
micrometerVersion = '1.7.12'
@@ -90,7 +90,7 @@ ext {
9090
pahoMqttClientVersion = '1.2.5'
9191
postgresVersion = '42.2.23'
9292
r2dbch2Version='0.8.5.RELEASE'
93-
reactorVersion = '2020.0.23'
93+
reactorVersion = '2020.0.26'
9494
resilience4jVersion = '1.7.1'
9595
romeToolsVersion = '1.16.0'
9696
rsocketVersion = '1.1.3'
@@ -103,10 +103,10 @@ ext {
103103
springKafkaVersion = '2.7.14'
104104
springRetryVersion = '1.3.3'
105105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.8'
106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.23'
107-
springWsVersion = '3.1.3'
108-
testcontainersVersion = '1.17.3'
109-
tomcatVersion = '9.0.64'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.24'
107+
springWsVersion = '3.1.4'
108+
testcontainersVersion = '1.17.6'
109+
tomcatVersion = '9.0.70'
110110
xmlUnitVersion = '2.8.2'
111111
xstreamVersion = '1.4.19'
112112

0 commit comments

Comments
 (0)