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 ce946fd commit bc08dd1Copy full SHA for bc08dd1
build.gradle
@@ -60,13 +60,13 @@ ext {
60
junitJupiterVersion = '5.7.0'
61
kafkaVersion = '2.6.1'
62
log4jVersion = '2.13.3'
63
- micrometerVersion = '1.5.10'
+ micrometerVersion = '1.5.11'
64
mockitoVersion = '3.6.28'
65
- reactorVersion = 'Dysprosium-SR16'
+ reactorVersion = 'Dysprosium-SR17'
66
scalaVersion = '2.13'
67
- springDataCommonsVersion = '2.3.6.RELEASE'
+ springDataCommonsVersion = '2.3.7.RELEASE'
68
springRetryVersion = '1.3.0'
69
- springVersion = '5.2.12.RELEASE'
+ springVersion = '5.2.13.RELEASE'
70
71
idPrefix = 'kafka'
72
}
0 commit comments