Skip to content

Commit b2f80a8

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 1178d46 commit b2f80a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ext {
8282
junitJupiterVersion = '5.7.2'
8383
jythonVersion = '2.7.2'
8484
kryoShadedVersion = '4.0.2'
85-
lettuceVersion = '6.0.7.RELEASE'
85+
lettuceVersion = '6.0.8.RELEASE'
8686
log4jVersion = '2.13.3'
8787
mailVersion = '1.6.7'
8888
micrometerVersion = '1.5.17'
@@ -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.12'
104+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.13'
105105
springKafkaVersion = '2.6.10'
106106
springRetryVersion = '1.3.1'
107107
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.8'
108-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.9'
108+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.10'
109109
springWsVersion = '3.0.10.RELEASE'
110110
tomcatVersion = '9.0.50'
111111
xstreamVersion = '1.4.17'

0 commit comments

Comments
 (0)