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 3574c5c commit 1c9a013Copy full SHA for 1c9a013
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.13'
+ reactorVersion = '2020.0.15'
67
scalaVersion = '2.13'
68
- springBootVersion = '2.4.10' // docs module
69
- springDataVersion = '2021.0.7'
+ springBootVersion = '2.4.13' // docs module
+ springDataVersion = '2021.0.8'
70
springRetryVersion = '1.3.1'
71
- springVersion = '5.3.13'
+ springVersion = '5.3.15'
72
73
idPrefix = 'kafka'
74
}
0 commit comments