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

Commit c0484d9

Browse files
eugeniykyurishkuro
andauthored
Bump apache thrift version to 0.15.0 to fix https://issues.apache.org/jira/browse/THRIFT-5375 (#826)
Signed-off-by: ekalashnikov <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent d7d90d5 commit c0484d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919

2020
ext.opentracingVersion = getProperty('opentracingVersion','0.33.0')
2121
ext.guavaVersion = getProperty('guavaVersion','18.0')
22-
ext.apacheThriftVersion = getProperty('apacheThriftVersion','0.14.1')
22+
ext.apacheThriftVersion = getProperty('apacheThriftVersion','0.15.0')
2323
ext.jerseyVersion = getProperty('jerseyVersion','2.22.2')
2424
ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
2525
ext.gsonVersion = getProperty('gsonVersion','2.9.0')

0 commit comments

Comments
 (0)