Skip to content

Commit ea0daee

Browse files
committed
Upgrade Versions; Prepare for Release
1 parent 6e23963 commit ea0daee

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,25 @@ ext {
4848
commonsPoolVersion = '2.11.1'
4949
googleJsr305Version = '3.0.2'
5050
hamcrestVersion = '2.2'
51-
hibernateValidationVersion = '7.0.4.Final'
52-
jacksonBomVersion = '2.13.4'
53-
jaywayJsonPathVersion = '2.6.0'
51+
hibernateValidationVersion = '7.0.5.Final'
52+
jacksonBomVersion = '2.13.4.20221013'
53+
jaywayJsonPathVersion = '2.7.0'
5454
junit4Version = '4.13.2'
55-
junitJupiterVersion = '5.9.0'
56-
log4jVersion = '2.18.0'
57-
logbackVersion = '1.2.3'
55+
junitJupiterVersion = '5.9.1'
56+
log4jVersion = '2.19.0'
57+
logbackVersion = '1.4.4'
5858
lz4Version = '1.8.0'
59-
micrometerDocsVersion = '1.0.0-SNAPSHOT'
60-
micrometerVersion = '1.10.0-SNAPSHOT'
61-
micrometerTracingVersion = '1.0.0-SNAPSHOT'
59+
micrometerDocsVersion = '1.0.0-RC1'
60+
micrometerVersion = '1.10.0-RC1'
61+
micrometerTracingVersion = '1.0.0-RC1'
6262
mockitoVersion = '4.8.0'
6363
rabbitmqStreamVersion = '0.8.0'
6464
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.0'
65-
reactorVersion = '2022.0.0-SNAPSHOT'
65+
reactorVersion = '2022.0.0-RC1'
6666
snappyVersion = '1.1.8.4'
67-
springDataVersion = '2022.0.0-SNAPSHOT'
68-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-SNAPSHOT'
69-
springRetryVersion = '2.0.0-SNAPSHOT'
67+
springDataVersion = '2022.0.0-RC1'
68+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-RC1'
69+
springRetryVersion = '2.0.0-RC1'
7070
testContainersVersion = '1.17.3'
7171
zstdJniVersion = '1.5.0-2'
7272
}

0 commit comments

Comments
 (0)