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 44c2115 commit 6b08c1bCopy full SHA for 6b08c1b
build.gradle
@@ -68,12 +68,12 @@ ext {
68
log4jVersion = '2.17.1'
69
micrometerVersion = '1.8.1'
70
mockitoVersion = '4.0.0'
71
- reactorVersion = '2020.0.14'
+ reactorVersion = '2020.0.15'
72
scalaVersion = '2.13'
73
- springBootVersion = '2.6.1-SNAPSHOT' // docs module
74
- springDataVersion = '2022.1.0-SNAPSHOT'
+ springBootVersion = '2.6.2' // docs module
+ springDataVersion = '2022.1.0-M1'
75
springRetryVersion = '1.3.1'
76
- springVersion = '6.0.0-SNAPSHOT'
+ springVersion = '6.0.0-M2'
77
zookeeperVersion = '3.6.3'
78
79
idPrefix = 'kafka'
0 commit comments