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

Commit

Permalink
Bump apache thrift version to 0.15.0 to fix https://issues.apache.org…
Browse files Browse the repository at this point in the history
…/jira/browse/THRIFT-5375 (#826)

Signed-off-by: ekalashnikov <[email protected]>

Co-authored-by: Yuri Shkuro <[email protected]>
  • Loading branch information
eugeniyk and yurishkuro authored Jun 30, 2022
1 parent d7d90d5 commit c0484d9
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.14.1')
ext.apacheThriftVersion = getProperty('apacheThriftVersion','0.15.0')
ext.jerseyVersion = getProperty('jerseyVersion','2.22.2')
ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
ext.gsonVersion = getProperty('gsonVersion','2.9.0')
Expand Down

0 comments on commit c0484d9

Please sign in to comment.