Skip to content

Commit 88eaff6

Browse files
committed
Upgrade Dependency Versions; Prepare for Release
1 parent 99ea105 commit 88eaff6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ ext {
4848
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4949
}
5050

51-
assertjVersion = '3.16.1'
51+
assertjVersion = '3.17.2'
5252
googleJsr305Version = '3.0.2'
5353
hamcrestVersion = '2.2'
5454
hibernateValidationVersion = '6.1.5.Final'
55-
jacksonVersion = '2.11.0'
55+
jacksonVersion = '2.11.3'
5656
jaywayJsonPathVersion = '2.4.0'
57-
junit4Version = '4.13'
58-
junitJupiterVersion = '5.6.2'
57+
junit4Version = '4.13.1'
58+
junitJupiterVersion = '5.7.0'
5959
kafkaVersion = '2.6.0'
60-
log4jVersion = '2.13.2'
61-
micrometerVersion = '1.5.4'
62-
mockitoVersion = '3.4.6'
60+
log4jVersion = '2.13.3'
61+
micrometerVersion = '1.5.5'
62+
mockitoVersion = '3.5.13'
6363
reactorVersion = 'Dysprosium-SR12'
6464
scalaVersion = '2.13'
6565
springDataCommonsVersion = '2.3.4.RELEASE'

0 commit comments

Comments
 (0)