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

Commit 27d7fce

Browse files
chandresh-pancholiobjectiser
authored andcommitted
upgrade GSON and slf4j-api version #651 (#663)
Signed-off-by: chandresh-pancholi <[email protected]>
1 parent fd9f743 commit 27d7fce

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
@@ -21,8 +21,8 @@ ext.opentracingVersion = getProperty('opentracingVersion','0.33.0')
2121
ext.guavaVersion = getProperty('guavaVersion','18.0')
2222
ext.apacheThriftVersion = getProperty('apacheThriftVersion','0.12.0')
2323
ext.jerseyVersion = getProperty('jerseyVersion','2.22.2')
24-
ext.slf4jVersion = getProperty('slf4jVersion','1.7.25')
25-
ext.gsonVersion = getProperty('gsonVersion','2.8.2')
24+
ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
25+
ext.gsonVersion = getProperty('gsonVersion','2.8.6')
2626
ext.tracerResolverVersion = getProperty('tracerResolverVersion','0.1.8')
2727
ext.micrometerVersion = getProperty('micrometerVersion','1.2.0')
2828
ext.okhttpVersion = getProperty('okhttpVersion','3.9.0')

0 commit comments

Comments
 (0)