You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/05/01 09:19:11 UTC

[jena] branch main updated: Bump libthrift from 0.15.0 to 0.16.0

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a6bf670b9 Bump libthrift from 0.15.0 to 0.16.0
1a6bf670b9 is described below

commit 1a6bf670b9cf2c908d94917a334f0eafa96cc7b6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun May 1 00:04:29 2022 +0000

    Bump libthrift from 0.15.0 to 0.16.0
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a00fc2156..1a0d8100e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <ver.shiro>1.9.0</ver.shiro>
 
     <ver.protobuf>3.19.3</ver.protobuf>
-    <ver.libthrift>0.15.0</ver.libthrift>
+    <ver.libthrift>0.16.0</ver.libthrift>
 
     <!-- JSON-LD 1.1 -->
     <ver.titanium-json-ld>1.2.0</ver.titanium-json-ld>