You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2023/03/18 19:07:01 UTC

[flume] branch trunk updated: Bump libthrift from 0.14.1 to 0.14.2

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0d191dee9 Bump libthrift from 0.14.1 to 0.14.2
     new a72ba04ca Merge pull request #398 from xuwenping123/trunk-flume-3452
0d191dee9 is described below

commit 0d191dee92af544be5ae1da744186242a0192b2b
Author: xuwenping <we...@163.com>
AuthorDate: Sat Mar 18 13:24:37 2023 +0800

    Bump libthrift from 0.14.1 to 0.14.2
---
 dev-docs/UpdateLicenses.md | 2 +-
 pom.xml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-docs/UpdateLicenses.md b/dev-docs/UpdateLicenses.md
index 4d74d7498..078780e1a 100644
--- a/dev-docs/UpdateLicenses.md
+++ b/dev-docs/UpdateLicenses.md
@@ -533,7 +533,7 @@ ALv2. Entry in NOTICE.  Additional entry in NOTICE and LICENSE for
 PureJavaCrc32C; portions 2-Clause BSD.
 
 ```
-   libthrift-0.14.1.jar
+   libthrift-0.14.2.jar
 ```
 
 same as jar-with-dependencies
diff --git a/pom.xml b/pom.xml
index 2b42b045b..0e5d1a60e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@ limitations under the License.
     <solr-global.version>4.3.0</solr-global.version>
     <slf4j.version>1.7.32</slf4j.version>
     <system-rules.version>1.17.0</system-rules.version>
-    <thrift.version>0.14.1</thrift.version>
+    <thrift.version>0.14.2</thrift.version>
     <twitter4j.version>4.0.7</twitter4j.version>
     <twitter4j-media.version>4.0.6</twitter4j-media.version>
     <wiremock.version>1.53</wiremock.version>