Skip to content

Commit 292f413

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 2873347 commit 292f413

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
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25-
id 'com.github.spotbugs' version '6.0.28'
25+
id 'com.github.spotbugs' version '6.1.2'
2626
id 'com.google.protobuf' version '0.9.4' apply false
2727
id 'io.freefair.aggregate-javadoc' version '8.11'
2828
}
@@ -92,28 +92,28 @@ ext {
9292
lettuceVersion = '6.5.2.RELEASE'
9393
log4jVersion = '2.24.3'
9494
mailVersion = '2.0.3'
95-
micrometerTracingVersion = '1.5.0-SNAPSHOT'
96-
micrometerVersion = '1.15.0-SNAPSHOT'
97-
mockitoVersion = '5.14.2'
98-
mongoDriverVersion = '5.2.1'
95+
micrometerTracingVersion = '1.5.0-M1'
96+
micrometerVersion = '1.15.0-M1'
97+
mockitoVersion = '5.15.2'
98+
mongoDriverVersion = '5.3.0'
9999
mysqlVersion = '9.1.0'
100100
oracleVersion = '23.6.0.24.10'
101101
pahoMqttClientVersion = '1.2.5'
102102
postgresVersion = '42.7.5'
103103
protobufVersion = '4.29.3'
104104
r2dbch2Version = '1.0.0.RELEASE'
105105
reactorVersion = '2024.0.2'
106-
resilience4jVersion = '2.2.0'
106+
resilience4jVersion = '2.3.0'
107107
romeToolsVersion = '2.1.0'
108108
rsocketVersion = '1.1.4'
109109
servletApiVersion = '6.1.0'
110110
smackVersion = '4.4.8'
111111
springAmqpVersion = '3.2.2'
112-
springDataVersion = '2025.0.0-SNAPSHOT'
112+
springDataVersion = '2024.1.3'
113113
springGraphqlVersion = '1.3.3'
114114
springKafkaVersion = '3.3.2'
115115
springRetryVersion = '2.0.11'
116-
springSecurityVersion = '6.5.0-SNAPSHOT'
116+
springSecurityVersion = '6.5.0-M1'
117117
springVersion = '6.2.2'
118118
springWsVersion = '4.0.11'
119119
testcontainersVersion = '1.20.4'

0 commit comments

Comments
 (0)