Skip to content

Commit 308841b

Browse files
committed
Upgrade deps to milestones; prepare for release
* Update to the latest available third-party dependencies
1 parent 2a63422 commit 308841b

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
@@ -48,7 +48,7 @@ ext {
4848
assertjVersion = '3.26.3'
4949
assertkVersion = '0.28.1'
5050
awaitilityVersion = '4.2.2'
51-
commonsCompressVersion = '1.26.2'
51+
commonsCompressVersion = '1.27.1'
5252
commonsHttpClientVersion = '5.3.1'
5353
commonsPoolVersion = '2.12.0'
5454
hamcrestVersion = '2.2'
@@ -58,21 +58,21 @@ ext {
5858
junit4Version = '4.13.2'
5959
junitJupiterVersion = '5.11.0'
6060
kotlinCoroutinesVersion = '1.8.1'
61-
log4jVersion = '2.23.1'
61+
log4jVersion = '2.24.0'
6262
logbackVersion = '1.5.8'
6363
lz4Version = '1.8.0'
6464
micrometerDocsVersion = '1.0.4'
65-
micrometerVersion = '1.14.0-SNAPSHOT'
66-
micrometerTracingVersion = '1.4.0-SNAPSHOT'
67-
mockitoVersion = '5.12.0'
65+
micrometerVersion = '1.14.0-M3'
66+
micrometerTracingVersion = '1.4.0-M3'
67+
mockitoVersion = '5.13.0'
6868
rabbitmqStreamVersion = '0.15.0'
6969
rabbitmqVersion = '5.21.0'
70-
reactorVersion = '2024.0.0-SNAPSHOT'
70+
reactorVersion = '2024.0.0-M6'
7171
snappyVersion = '1.1.10.7'
7272
springDataVersion = '2024.0.4'
7373
springRetryVersion = '2.0.9'
74-
springVersion = '6.2.0-SNAPSHOT'
75-
testcontainersVersion = '1.19.8'
74+
springVersion = '6.2.0-RC1'
75+
testcontainersVersion = '1.20.1'
7676
zstdJniVersion = '1.5.6-5'
7777

7878
javaProjects = subprojects - project(':spring-amqp-bom')

0 commit comments

Comments
 (0)