You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2021/06/21 08:01:40 UTC

[avro] branch master updated: Bump libthrift from 0.14.1 to 0.14.2 in /lang/java (#1268)

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

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new abee957  Bump libthrift from 0.14.1 to 0.14.2 in /lang/java (#1268)
abee957 is described below

commit abee9574e0f8bbd8937dc20a6fc7ec1d6ba5eada
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 21 10:01:31 2021 +0200

    Bump libthrift from 0.14.1 to 0.14.2 in /lang/java (#1268)
    
    Bumps [libthrift](https://github.com/apache/thrift) from 0.14.1 to 0.14.2.
    - [Release notes](https://github.com/apache/thrift/releases)
    - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
    - [Commits](https://github.com/apache/thrift/compare/v0.14.1...v0.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.thrift:libthrift
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 74eaa5f..6e4ab16 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -45,7 +45,7 @@
     <junit.version>4.13.2</junit.version>
     <netty.version>4.1.65.Final</netty.version>
     <protobuf.version>3.17.3</protobuf.version>
-    <thrift.version>0.14.1</thrift.version>
+    <thrift.version>0.14.2</thrift.version>
     <slf4j.version>1.7.30</slf4j.version>
     <snappy.version>1.1.8.4</snappy.version>
     <velocity.version>2.3</velocity.version>