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 308fbd7 commit b34e555Copy full SHA for b34e555
build.gradle
@@ -61,14 +61,14 @@ ext {
61
junitJupiterVersion = '5.7.2'
62
kafkaVersion = '2.7.1'
63
log4jVersion = '2.14.1'
64
- micrometerVersion = '1.6.11'
+ micrometerVersion = '1.6.12'
65
mockitoVersion = '3.9.0'
66
- reactorVersion = '2020.0.11'
+ reactorVersion = '2020.0.12'
67
scalaVersion = '2.13'
68
springBootVersion = '2.4.10' // docs module
69
- springDataVersion = '2021.0.5'
+ springDataVersion = '2021.0.6'
70
springRetryVersion = '1.3.1'
71
- springVersion = '5.3.10'
+ springVersion = '5.3.11'
72
73
idPrefix = 'kafka'
74
}
0 commit comments