Skip to content

Commit 4986338

Browse files
committed
Update Spring deps to GAs; prepare for release
1 parent b1d676d commit 4986338

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
@@ -92,8 +92,8 @@ ext {
9292
lettuceVersion = '6.4.1.RELEASE'
9393
log4jVersion = '2.24.1'
9494
mailVersion = '2.0.3'
95-
micrometerTracingVersion = '1.4.0-SNAPSHOT'
96-
micrometerVersion = '1.14.0-SNAPSHOT'
95+
micrometerTracingVersion = '1.4.0'
96+
micrometerVersion = '1.14.1'
9797
mockitoVersion = '5.14.2'
9898
mongoDriverVersion = '5.2.1'
9999
mysqlVersion = '9.1.0'
@@ -102,19 +102,19 @@ ext {
102102
postgresVersion = '42.7.4'
103103
protobufVersion = '4.28.3'
104104
r2dbch2Version = '1.0.0.RELEASE'
105-
reactorVersion = '2024.0.0-SNAPSHOT'
105+
reactorVersion = '2024.0.0'
106106
resilience4jVersion = '2.2.0'
107107
romeToolsVersion = '2.1.0'
108108
rsocketVersion = '1.1.4'
109109
servletApiVersion = '6.0.0'
110110
smackVersion = '4.4.8'
111-
springAmqpVersion = '3.2.0-SNAPSHOT'
112-
springDataVersion = '2024.1.0-SNAPSHOT'
111+
springAmqpVersion = '3.2.0'
112+
springDataVersion = '2024.1.0'
113113
springGraphqlVersion = '1.3.3'
114-
springKafkaVersion = '3.3.0-SNAPSHOT'
114+
springKafkaVersion = '3.3.0'
115115
springRetryVersion = '2.0.10'
116-
springSecurityVersion = '6.4.0-SNAPSHOT'
117-
springVersion = '6.2.0-SNAPSHOT'
116+
springSecurityVersion = '6.4.0'
117+
springVersion = '6.2.0'
118118
springWsVersion = '4.0.11'
119119
testcontainersVersion = '1.20.3'
120120
tomcatVersion = '10.1.33'

0 commit comments

Comments
 (0)