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

Commit

Permalink
Bump thrift version
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Mar 1, 2021
1 parent 2be525b commit ebd7142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {

ext.opentracingVersion = getProperty('opentracingVersion','0.33.0')
ext.guavaVersion = getProperty('guavaVersion','18.0')
ext.apacheThriftVersion = getProperty('apacheThriftVersion','0.13.0')
ext.apacheThriftVersion = getProperty('apacheThriftVersion','0.14.0')
ext.jerseyVersion = getProperty('jerseyVersion','2.22.2')
ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
ext.gsonVersion = getProperty('gsonVersion','2.8.6')
Expand Down

0 comments on commit ebd7142

Please sign in to comment.