We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa5c2a commit 5fbf683Copy full SHA for 5fbf683
build.gradle
@@ -66,15 +66,15 @@ ext {
66
junitJupiterVersion = '5.8.2'
67
kafkaVersion = '3.2.0'
68
log4jVersion = '2.17.2'
69
- micrometerVersion = '1.10.0-M2'
70
- micrometerTracingVersion = '1.0.0-M5'
+ micrometerVersion = '1.10.0-M3'
+ micrometerTracingVersion = '1.0.0-M6'
71
mockitoVersion = '4.5.1'
72
reactorVersion = '2020.0.19'
73
scalaVersion = '2.13'
74
springBootVersion = '2.6.7' // docs module
75
- springDataVersion = '2022.0.0-M4'
+ springDataVersion = '2022.0.0-M5'
76
springRetryVersion = '1.3.3'
77
- springVersion = '6.0.0-M4'
+ springVersion = '6.0.0-M5'
78
zookeeperVersion = '3.6.3'
79
80
idPrefix = 'kafka'
0 commit comments