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 2023/03/01 07:41:25 UTC

[jena] branch main updated: Bump libthrift from 0.17.0 to 0.18.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 5c3aa5b78b Bump libthrift from 0.17.0 to 0.18.0
5c3aa5b78b is described below

commit 5c3aa5b78b1d43736747de0ca6db4a806923fdcf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 1 00:57:56 2023 +0000

    Bump libthrift from 0.17.0 to 0.18.0
    
    Bumps [libthrift](https://github.com/apache/thrift) from 0.17.0 to 0.18.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.17.0...v0.18.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 6ffdf8d1e4..3c7ef5084f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <ver.shiro>1.11.0</ver.shiro>
 
     <ver.protobuf>3.21.12</ver.protobuf>
-    <ver.libthrift>0.17.0</ver.libthrift>
+    <ver.libthrift>0.18.0</ver.libthrift>
 
     <!-- JSON-LD 1.1 -->
     <ver.titanium-json-ld>1.3.1</ver.titanium-json-ld>