Skip to content

Commit a9c8a82

Browse files
committed
Upgrade Versions; Prepare for Release
1 parent 1400fbd commit a9c8a82

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

build.gradle

+14-14
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,23 @@ ext {
6060
awaitilityVersion = '4.2.0'
6161
googleJsr305Version = '3.0.2'
6262
hamcrestVersion = '2.2'
63-
hibernateValidationVersion = '7.0.4.Final'
64-
jacksonBomVersion = '2.13.4'
65-
jaywayJsonPathVersion = '2.6.0'
63+
hibernateValidationVersion = '7.0.5.Final'
64+
jacksonBomVersion = '2.13.4.20221013'
65+
jaywayJsonPathVersion = '2.7.0'
6666
junit4Version = '4.13.2'
67-
junitJupiterVersion = '5.9.0'
67+
junitJupiterVersion = '5.9.1'
6868
kafkaVersion = '3.3.1'
69-
log4jVersion = '2.18.0'
70-
micrometerDocsVersion = "1.0.0-SNAPSHOT"
71-
micrometerVersion = '1.10.0-SNAPSHOT'
72-
micrometerTracingVersion = '1.0.0-SNAPSHOT'
73-
mockitoVersion = '4.5.1'
74-
reactorVersion = '2022.0.0-SNAPSHOT'
69+
log4jVersion = '2.19.0'
70+
micrometerDocsVersion = "1.0.0-RC1"
71+
micrometerVersion = '1.10.0-RC1'
72+
micrometerTracingVersion = '1.0.0-RC1'
73+
mockitoVersion = '4.8.0'
74+
reactorVersion = '2022.0.0-RC1'
7575
scalaVersion = '2.13'
76-
springBootVersion = '2.6.11' // docs module
77-
springDataVersion = '2022.0.0-SNAPSHOT'
78-
springRetryVersion = '2.0.0-SNAPSHOT'
79-
springVersion = '6.0.0-SNAPSHOT'
76+
springBootVersion = '2.6.12' // docs module
77+
springDataVersion = '2022.0.0-RC1'
78+
springRetryVersion = '2.0.0-RC1'
79+
springVersion = '6.0.0-RC1'
8080
zookeeperVersion = '3.6.3'
8181

8282
idPrefix = 'kafka'

0 commit comments

Comments
 (0)