Skip to content

Commit 409d4d9

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 3a8f3d8 commit 409d4d9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

Lines changed: 9 additions & 9 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.16.4'
49+
activeMqVersion = '5.16.5'
5050
apacheSshdVersion = '2.7.0'
5151
aspectjVersion = '1.9.9.1'
5252
assertjVersion = '3.22.0'
@@ -60,10 +60,10 @@ ext {
6060
derbyVersion = '10.14.2.0'
6161
ftpServerVersion = '1.1.1'
6262
googleJsr305Version = '3.0.2'
63-
greenmailVersion = '1.6.8'
63+
greenmailVersion = '1.6.9'
6464
groovyVersion = '3.0.10'
6565
hamcrestVersion = '2.2'
66-
hazelcastVersion = '4.2.4'
66+
hazelcastVersion = '4.2.5'
6767
hibernateVersion = '5.5.9.Final'
6868
hsqldbVersion = '2.6.1'
6969
h2Version = '1.4.200'
@@ -83,10 +83,10 @@ ext {
8383
lettuceVersion = '6.1.8.RELEASE'
8484
log4jVersion = '2.17.2'
8585
mailVersion = '1.6.7'
86-
micrometerVersion = '1.7.11'
86+
micrometerVersion = '1.7.12'
8787
mockitoVersion = '3.12.4'
8888
mongoDriverVersion = '4.3.4'
89-
mysqlVersion = '8.0.27'
89+
mysqlVersion = '8.0.29'
9090
pahoMqttClientVersion = '1.2.5'
9191
postgresVersion = '42.2.23'
9292
r2dbch2Version='0.8.5.RELEASE'
@@ -100,13 +100,13 @@ ext {
100100
soapVersion = '1.4.0'
101101
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.16'
102102
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.11'
103-
springKafkaVersion = '2.7.13'
103+
springKafkaVersion = '2.7.14'
104104
springRetryVersion = '1.3.3'
105-
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.6'
106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.19'
105+
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.7'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.20'
107107
springWsVersion = '3.1.3'
108108
testcontainersVersion = '1.17.1'
109-
tomcatVersion = '9.0.62'
109+
tomcatVersion = '9.0.63'
110110
xmlUnitVersion = '2.8.2'
111111
xstreamVersion = '1.4.17'
112112

0 commit comments

Comments
 (0)