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 fe4a002 commit 5a31b54Copy full SHA for 5a31b54
build.gradle
@@ -63,12 +63,12 @@ ext {
63
log4jVersion = '2.17.1'
64
micrometerVersion = '1.6.13'
65
mockitoVersion = '3.9.0'
66
- reactorVersion = '2020.0.15'
+ reactorVersion = '2020.0.16'
67
scalaVersion = '2.13'
68
springBootVersion = '2.4.13' // docs module
69
- springDataVersion = '2021.0.8'
+ springDataVersion = '2021.0.9'
70
springRetryVersion = '1.3.1'
71
- springVersion = '5.3.15'
+ springVersion = '5.3.16'
72
73
idPrefix = 'kafka'
74
}
0 commit comments