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 295b68c commit 7a3223dCopy full SHA for 7a3223d
build.gradle
@@ -61,14 +61,14 @@ ext {
61
junitJupiterVersion = '5.8.2'
62
kafkaVersion = '3.2.0'
63
log4jVersion = '2.17.2'
64
- micrometerVersion = '1.9.1'
65
- mockitoVersion = '4.5.0'
66
- reactorVersion = '2020.0.20'
+ micrometerVersion = '1.9.2'
+ mockitoVersion = '4.5.1'
+ reactorVersion = '2020.0.21'
67
scalaVersion = '2.13'
68
- springBootVersion = '2.6.8' // docs module
69
- springDataVersion = '2021.2.1'
+ springBootVersion = '2.7.2' // docs module
+ springDataVersion = '2021.2.2'
70
springRetryVersion = '1.3.3'
71
- springVersion = '5.3.21'
+ springVersion = '5.3.22'
72
zookeeperVersion = '3.6.3'
73
74
idPrefix = 'kafka'
0 commit comments