Skip to content

Commit b258624

Browse files
committed
Upgrade dependencies; prepare for release
1 parent efd073c commit b258624

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ ext {
8080
junitJupiterVersion = '5.7.2'
8181
jythonVersion = '2.7.2'
8282
kryoShadedVersion = '4.0.2'
83-
lettuceVersion = '6.1.5.RELEASE'
84-
log4jVersion = '2.17.0'
83+
lettuceVersion = '6.1.6.RELEASE'
84+
log4jVersion = '2.17.1'
8585
mailVersion = '1.6.7'
86-
micrometerVersion = '1.7.7'
86+
micrometerVersion = '1.7.8'
8787
mockitoVersion = '3.12.4'
8888
mongoDriverVersion = '4.3.2'
8989
mysqlVersion = '8.0.27'
@@ -98,12 +98,12 @@ ext {
9898
servletApiVersion = '4.0.1'
9999
smackVersion = '4.3.5'
100100
soapVersion = '1.4.0'
101-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.13'
102-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.7'
103-
springKafkaVersion = '2.7.9'
101+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.14'
102+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.8'
103+
springKafkaVersion = '2.7.10'
104104
springRetryVersion = '1.3.1'
105105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.4'
106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.14'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.15'
107107
springWsVersion = '3.1.2'
108108
testcontainersVersion = '1.16.2'
109109
tomcatVersion = '9.0.56'
@@ -121,7 +121,7 @@ allprojects {
121121
mavenLocal()
122122
}
123123
mavenCentral()
124-
maven { url 'https://repo.spring.io/release' }
124+
git
125125
maven { url 'https://repo.spring.io/milestone' }
126126
if (version.endsWith('SNAPSHOT')) {
127127
maven { url 'https://repo.spring.io/snapshot' }

0 commit comments

Comments
 (0)