Skip to content

Commit 541cecf

Browse files
authored
Upgrade Spring Framework, Data, Micrometer, Reactor, JUnit Versions (#2657)
1 parent f351a7a commit 541cecf

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ build
1313
out
1414
target
1515
.DS_Store
16+
.vscode
17+

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ ext {
6767
jacksonBomVersion = '2.14.2'
6868
jaywayJsonPathVersion = '2.7.0'
6969
junit4Version = '4.13.2'
70-
junitJupiterVersion = '5.9.1'
70+
junitJupiterVersion = '5.9.2'
7171
kafkaVersion = '3.3.2'
7272
log4jVersion = '2.19.0'
7373
micrometerDocsVersion = "1.0.1"
74-
micrometerVersion = '1.10.5'
75-
micrometerTracingVersion = '1.0.3'
74+
micrometerVersion = '1.10.6'
75+
micrometerTracingVersion = '1.0.4'
7676
mockitoVersion = '4.8.1'
77-
reactorVersion = '2022.0.5'
77+
reactorVersion = '2022.0.6'
7878
scalaVersion = '2.13'
79-
springBootVersion = '3.0.4' // docs module
80-
springDataVersion = '2022.0.4'
79+
springBootVersion = '3.0.5' // docs module
80+
springDataVersion = '2022.0.5'
8181
springRetryVersion = '2.0.1'
82-
springVersion = '6.0.7'
82+
springVersion = '6.0.8'
8383
zookeeperVersion = '3.6.3'
8484

8585
idPrefix = 'kafka'

0 commit comments

Comments
 (0)