We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8725b65 commit 222932cCopy full SHA for 222932c
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "java.configuration.updateBuildConfiguration": "interactive"
3
+}
build.gradle
@@ -61,12 +61,12 @@ ext {
61
junitJupiterVersion = '5.8.2'
62
kafkaVersion = '3.2.3'
63
log4jVersion = '2.17.2'
64
- micrometerVersion = '1.9.10'
+ micrometerVersion = '1.9.11'
65
mockitoVersion = '4.5.1'
66
reactorVersion = '2020.0.31'
67
scalaVersion = '2.13'
68
- springBootVersion = '2.7.9' // docs module
69
- springDataVersion = '2021.2.11'
+ springBootVersion = '2.7.11' // docs module
+ springDataVersion = '2021.2.12'
70
springRetryVersion = '1.3.4'
71
springVersion = '5.3.27'
72
zookeeperVersion = '3.6.3'
0 commit comments