Skip to content

Commit 08b1772

Browse files
committed
Upgrade Versions; Prepare for Release
- exception reactor
1 parent a8d8497 commit 08b1772

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ ext {
4040
assertjVersion = '3.15.0'
4141
googleJsr305Version = '3.0.2'
4242
hamcrestVersion = '2.2'
43-
hibernateValidationVersion = '6.0.17.Final'
44-
jacksonVersion = '2.10.4'
43+
hibernateValidationVersion = '6.0.21.Final'
44+
jacksonVersion = '2.10.5'
4545
jaywayJsonPathVersion = '2.4.0'
46-
junit4Version = '4.12'
46+
junit4Version = '4.13.1'
4747
junitJupiterVersion = '5.5.2'
4848
kafkaVersion = '2.3.1'
4949
log4jVersion = '2.12.1'
50-
micrometerVersion = '1.3.11'
50+
micrometerVersion = '1.3.15'
5151
mockitoVersion = '3.1.0'
5252
reactorVersion = 'Dysprosium-SR12'
5353
scalaVersion = '2.12'
5454
springRetryVersion = '1.2.5.RELEASE'
55-
springVersion = '5.2.9.RELEASE'
56-
springDataCommonsVersion = '2.2.10.RELEASE'
55+
springVersion = '5.2.10.RELEASE'
56+
springDataCommonsVersion = '2.2.11.RELEASE'
5757

5858
idPrefix = 'kafka'
5959
}

0 commit comments

Comments
 (0)