Skip to content

Commit f5361f1

Browse files
committed
Update dependencies; prepare for release
1 parent f28819b commit f5361f1

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.8'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.0.3'
67-
hibernateVersion = '5.4.31.Final'
67+
hibernateVersion = '5.4.32.Final'
6868
hsqldbVersion = '2.5.1'
6969
h2Version = '1.4.200'
7070
jacksonVersion = '2.11.4'
@@ -85,7 +85,7 @@ ext {
8585
lettuceVersion = '6.0.7.RELEASE'
8686
log4jVersion = '2.13.3'
8787
mailVersion = '1.6.7'
88-
micrometerVersion = '1.5.16'
88+
micrometerVersion = '1.5.17'
8989
mockitoVersion = '3.6.28'
9090
mongoDriverVersion = '4.1.2'
9191
mysqlVersion = '8.0.26'
@@ -101,11 +101,11 @@ ext {
101101
smackVersion = '4.3.5'
102102
soapVersion = '1.4.0'
103103
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.10'
104-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.10'
104+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.12'
105105
springKafkaVersion = '2.6.10'
106106
springRetryVersion = '1.3.1'
107-
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.7'
108-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.8'
107+
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.8'
108+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.9'
109109
springWsVersion = '3.0.10.RELEASE'
110110
tomcatVersion = '9.0.50'
111111
xstreamVersion = '1.4.17'

0 commit comments

Comments
 (0)