Skip to content

Commit 41de95b

Browse files
committed
Upgrade dependencies; prepare for release
1 parent ccd3574 commit 41de95b

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
@@ -61,7 +61,7 @@ ext {
6161
ftpServerVersion = '1.1.1'
6262
googleJsr305Version = '3.0.2'
6363
greenmailVersion = '1.6.14'
64-
groovyVersion = '3.0.16'
64+
groovyVersion = '3.0.17'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.2.7'
6767
hibernateVersion = '5.5.9.Final'
@@ -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.30'
93+
reactorVersion = '2020.0.32'
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.26'
107-
springWsVersion = '3.1.4'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.27'
107+
springWsVersion = '3.1.6'
108108
testcontainersVersion = '1.17.6'
109-
tomcatVersion = '9.0.70'
109+
tomcatVersion = '9.0.75'
110110
xmlUnitVersion = '2.8.2'
111111
xstreamVersion = '1.4.19'
112112

0 commit comments

Comments
 (0)