Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
upgrade GSON and slf4j-api version #651 (#663)
Browse files Browse the repository at this point in the history
Signed-off-by: chandresh-pancholi <chandreshpancholi007@gmail.com>
  • Loading branch information
chandresh-pancholi authored and objectiser committed Oct 18, 2019
1 parent fd9f743 commit 27d7fce
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 @@ -21,8 +21,8 @@ ext.opentracingVersion = getProperty('opentracingVersion','0.33.0')
ext.guavaVersion = getProperty('guavaVersion','18.0')
ext.apacheThriftVersion = getProperty('apacheThriftVersion','0.12.0')
ext.jerseyVersion = getProperty('jerseyVersion','2.22.2')
ext.slf4jVersion = getProperty('slf4jVersion','1.7.25')
ext.gsonVersion = getProperty('gsonVersion','2.8.2')
ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
ext.gsonVersion = getProperty('gsonVersion','2.8.6')
ext.tracerResolverVersion = getProperty('tracerResolverVersion','0.1.8')
ext.micrometerVersion = getProperty('micrometerVersion','1.2.0')
ext.okhttpVersion = getProperty('okhttpVersion','3.9.0')
Expand Down

0 comments on commit 27d7fce

Please sign in to comment.