Skip to content

Commit c470590

Browse files
committed
Upgrade Jackson, Micrometer versions
1 parent 2be77e8 commit c470590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ ext {
4141
commonsHttpClientVersion = '4.5.10'
4242
googleJsr305Version = '3.0.2'
4343
hamcrestVersion = '2.2'
44-
jacksonVersion = '2.10.0'
44+
jacksonVersion = '2.10.2.20200130'
4545
jaywayJsonPathVersion = '2.4.0'
4646
junit4Version = '4.12'
4747
junitJupiterVersion = '5.5.2'
4848
log4jVersion = '2.12.1'
4949
logbackVersion = '1.2.3'
50-
micrometerVersion = '1.3.2'
50+
micrometerVersion = '1.3.3'
5151
mockitoVersion = '3.0.0'
5252
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
5353
rabbitmqHttpClientVersion = '3.2.0.RELEASE'

0 commit comments

Comments
 (0)