Skip to content

Commit 2351e65

Browse files
committed
Upgrade Versions; Prepare for Release
1 parent ce78ad3 commit 2351e65

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
@@ -51,7 +51,7 @@ ext {
5151
commonsPoolVersion = '2.11.1'
5252
googleJsr305Version = '3.0.2'
5353
hamcrestVersion = '2.2'
54-
hibernateValidationVersion = '7.0.5.Final'
54+
hibernateValidationVersion = '8.0.0.Final'
5555
jacksonBomVersion = '2.14.0'
5656
jaywayJsonPathVersion = '2.7.0'
5757
junit4Version = '4.13.2'
@@ -60,17 +60,17 @@ ext {
6060
logbackVersion = '1.4.4'
6161
lz4Version = '1.8.0'
6262
micrometerDocsVersion = '1.0.0'
63-
micrometerVersion = '1.10.0'
63+
micrometerVersion = '1.10.1'
6464
micrometerTracingVersion = '1.0.0'
65-
mockitoVersion = '4.8.0'
65+
mockitoVersion = '4.8.1'
6666
rabbitmqStreamVersion = '0.8.0'
6767
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.0'
68-
reactorVersion = '2022.0.0-RC1'
68+
reactorVersion = '2022.0.0'
6969
snappyVersion = '1.1.8.4'
70-
springDataVersion = '2022.0.0-RC1'
71-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-RC1'
72-
springRetryVersion = '2.0.0-RC1'
73-
testContainersVersion = '1.17.5'
70+
springDataVersion = '2022.0.0'
71+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0'
72+
springRetryVersion = '2.0.0'
73+
testContainersVersion = '1.17.6'
7474
zstdJniVersion = '1.5.0-2'
7575

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

0 commit comments

Comments
 (0)