Skip to content

Commit ff63250

Browse files
committed
Update dependencies; prepare for release
1 parent ef79bb7 commit ff63250

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

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

50-
activeMqVersion = '5.15.14'
50+
activeMqVersion = '5.15.15'
5151
apacheSshdVersion = '2.4.0'
5252
avroVersion = '1.9.2'
5353
aspectjVersion = '1.9.6'
@@ -64,7 +64,7 @@ ext {
6464
groovyVersion = '2.5.14'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '3.12.12'
67-
hibernateVersion = '5.4.30.Final'
67+
hibernateVersion = '5.4.32.Final'
6868
hsqldbVersion = '2.5.1'
6969
h2Version = '1.4.200'
7070
jacksonVersion = '2.11.4'
@@ -82,23 +82,23 @@ ext {
8282
kryoShadedVersion = '4.0.2'
8383
lettuceVersion = '5.3.7.RELEASE'
8484
log4jVersion = '2.13.3'
85-
micrometerVersion = '1.5.12'
85+
micrometerVersion = '1.5.17'
8686
mockitoVersion = '3.3.3'
8787
mongoDriverVersion = '4.0.4'
8888
mysqlVersion = '8.0.20'
8989
pahoMqttClientVersion = '1.2.4'
9090
postgresVersion = '42.2.12'
91-
reactorVersion = 'Dysprosium-SR19'
91+
reactorVersion = 'Dysprosium-SR20'
9292
resilience4jVersion = '1.4.0'
9393
romeToolsVersion = '1.12.2'
9494
rsocketVersion = '1.0.3'
9595
servletApiVersion = '4.0.1'
9696
smackVersion = '4.3.4'
9797
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.18.RELEASE'
9898
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-SR9'
99-
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.9.RELEASE'
99+
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.11.RELEASE'
100100
springRetryVersion = '1.2.5.RELEASE'
101-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.15.RELEASE'
101+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.16.RELEASE'
102102
springWsVersion = '3.0.10.RELEASE'
103103
tomcatVersion = "9.0.41"
104104
xstreamVersion = '1.4.15'

0 commit comments

Comments
 (0)