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 b08b1a8 commit 9e47566Copy full SHA for 9e47566
build.gradle
@@ -61,14 +61,14 @@ ext {
61
junitJupiterVersion = '5.7.0'
62
kafkaVersion = '2.7.0'
63
log4jVersion = '2.14.0'
64
- micrometerVersion = '1.6.4'
+ micrometerVersion = '1.6.5'
65
mockitoVersion = '3.7.0'
66
- reactorVersion = '2020.0.4'
+ reactorVersion = '2020.0.5'
67
scalaVersion = '2.13'
68
- springBootVersion = '2.4.2' // docs module
69
- springDataVersion = '2021.0.0-M3'
70
- springRetryVersion = '1.3.0'
71
- springVersion = '5.3.4'
+ springBootVersion = '2.4.3' // docs module
+ springDataVersion = '2021.0.0-M5'
+ springRetryVersion = '1.3.1'
+ springVersion = '5.3.5'
72
73
idPrefix = 'kafka'
74
}
0 commit comments