Skip to content

Commit 2fb87c8

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 8543798 commit 2fb87c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ext {
6464
groovyVersion = '3.0.11'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.2.5'
67-
hibernateVersion = '5.5.9.Final'
67+
hibernateVersion = '5.5.10.Final'
6868
hsqldbVersion = '2.6.1'
6969
h2Version = '1.4.200'
7070
jacksonVersion = '2.12.7'
@@ -80,7 +80,7 @@ ext {
8080
junitJupiterVersion = '5.7.2'
8181
jythonVersion = '2.7.2'
8282
kryoShadedVersion = '4.0.2'
83-
lettuceVersion = '6.1.8.RELEASE'
83+
lettuceVersion = '6.1.9.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.20'
93+
reactorVersion = '2020.0.21'
9494
resilience4jVersion = '1.7.1'
9595
romeToolsVersion = '1.16.0'
9696
rsocketVersion = '1.1.2'
@@ -103,9 +103,9 @@ 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.21'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.22'
107107
springWsVersion = '3.1.3'
108-
testcontainersVersion = '1.17.2'
108+
testcontainersVersion = '1.17.3'
109109
tomcatVersion = '9.0.64'
110110
xmlUnitVersion = '2.8.2'
111111
xstreamVersion = '1.4.19'

0 commit comments

Comments
 (0)