File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 13
13
out
14
14
target
15
15
.DS_Store
16
+ .vscode
17
+
Original file line number Diff line number Diff line change 1
1
{
2
- "java.configuration.updateBuildConfiguration" : " interactive "
2
+ "java.configuration.updateBuildConfiguration" : " automatic "
3
3
}
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ ext {
61
61
junitJupiterVersion = ' 5.8.2'
62
62
kafkaVersion = ' 3.2.3'
63
63
log4jVersion = ' 2.17.2'
64
- micrometerVersion = ' 1.9.11 '
64
+ micrometerVersion = ' 1.9.13 '
65
65
mockitoVersion = ' 4.5.1'
66
- reactorVersion = ' 2020.0.31 '
66
+ reactorVersion = ' 2020.0.34 '
67
67
scalaVersion = ' 2.13'
68
- springBootVersion = ' 2.7.11 ' // docs module
69
- springDataVersion = ' 2021.2.12 '
68
+ springBootVersion = ' 2.7.13 ' // docs module
69
+ springDataVersion = ' 2021.2.14 '
70
70
springRetryVersion = ' 1.3.4'
71
- springVersion = ' 5.3.27 '
71
+ springVersion = ' 5.3.29 '
72
72
zookeeperVersion = ' 3.6.3'
73
73
74
74
idPrefix = ' kafka'
You can’t perform that action at this time.
0 commit comments