@@ -80,10 +80,10 @@ ext {
80
80
junitJupiterVersion = ' 5.7.2'
81
81
jythonVersion = ' 2.7.2'
82
82
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 '
85
85
mailVersion = ' 1.6.7'
86
- micrometerVersion = ' 1.7.7 '
86
+ micrometerVersion = ' 1.7.8 '
87
87
mockitoVersion = ' 3.12.4'
88
88
mongoDriverVersion = ' 4.3.2'
89
89
mysqlVersion = ' 8.0.27'
@@ -98,12 +98,12 @@ ext {
98
98
servletApiVersion = ' 4.0.1'
99
99
smackVersion = ' 4.3.5'
100
100
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 '
104
104
springRetryVersion = ' 1.3.1'
105
105
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 '
107
107
springWsVersion = ' 3.1.2'
108
108
testcontainersVersion = ' 1.16.2'
109
109
tomcatVersion = ' 9.0.56'
@@ -121,7 +121,7 @@ allprojects {
121
121
mavenLocal()
122
122
}
123
123
mavenCentral()
124
- maven { url ' https://repo.spring.io/release ' }
124
+ git
125
125
maven { url ' https://repo.spring.io/milestone' }
126
126
if (version. endsWith(' SNAPSHOT' )) {
127
127
maven { url ' https://repo.spring.io/snapshot' }
0 commit comments