Skip to content

Commit 222932c

Browse files
authored
Upgrade Spring Data, Micrometer Versions (#2681)
1 parent 8725b65 commit 222932c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "interactive"
3+
}

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ ext {
6161
junitJupiterVersion = '5.8.2'
6262
kafkaVersion = '3.2.3'
6363
log4jVersion = '2.17.2'
64-
micrometerVersion = '1.9.10'
64+
micrometerVersion = '1.9.11'
6565
mockitoVersion = '4.5.1'
6666
reactorVersion = '2020.0.31'
6767
scalaVersion = '2.13'
68-
springBootVersion = '2.7.9' // docs module
69-
springDataVersion = '2021.2.11'
68+
springBootVersion = '2.7.11' // docs module
69+
springDataVersion = '2021.2.12'
7070
springRetryVersion = '1.3.4'
7171
springVersion = '5.3.27'
7272
zookeeperVersion = '3.6.3'

0 commit comments

Comments
 (0)