You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/04/21 18:16:11 UTC

[avro] branch branch-1.11 updated: Bump libthrift from 0.15.0 to 0.16.0 in /lang/java (#1665)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 3a8c8c9e7 Bump libthrift from 0.15.0 to 0.16.0 in /lang/java (#1665)
3a8c8c9e7 is described below

commit 3a8c8c9e7033fa1260046f63ac39411a6cd66ffe
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 21 21:15:51 2022 +0300

    Bump libthrift from 0.15.0 to 0.16.0 in /lang/java (#1665)
    
    Bumps [libthrift](https://github.com/apache/thrift) from 0.15.0 to 0.16.0.
    - [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.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.thrift:libthrift
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 104308d6bc6302b0d462ffc68105ec3c5dea14ad)
---
 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 aa0144870..0581b8b9f 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.75.Final</netty.version>
     <protobuf.version>3.19.4</protobuf.version>
-    <thrift.version>0.15.0</thrift.version>
+    <thrift.version>0.16.0</thrift.version>
     <slf4j.version>1.7.36</slf4j.version>
     <reload4j.version>1.2.19</reload4j.version>
     <snappy.version>1.1.8.4</snappy.version>