Skip to content

Commit

Permalink
Upgrade Jackson, Micrometer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Feb 26, 2020
1 parent 2be77e8 commit c470590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ ext {
commonsHttpClientVersion = '4.5.10'
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
jacksonVersion = '2.10.0'
jacksonVersion = '2.10.2.20200130'
jaywayJsonPathVersion = '2.4.0'
junit4Version = '4.12'
junitJupiterVersion = '5.5.2'
log4jVersion = '2.12.1'
logbackVersion = '1.2.3'
micrometerVersion = '1.3.2'
micrometerVersion = '1.3.3'
mockitoVersion = '3.0.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
Expand Down

0 comments on commit c470590

Please sign in to comment.