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/01/01 10:22:45 UTC

[jena] branch main updated: Bump protobuf-java from 3.21.10 to 3.21.12

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 28bd91a1f3 Bump protobuf-java from 3.21.10 to 3.21.12
28bd91a1f3 is described below

commit 28bd91a1f3ba80975c1bbbccce1c196f82bd93dc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 1 00:03:30 2023 +0000

    Bump protobuf-java from 3.21.10 to 3.21.12
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.10 to 3.21.12.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.10...v3.21.12)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 55dc6c1a50..84ac42e506 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     <ver.jetty>10.0.13</ver.jetty>
     <ver.shiro>1.10.1</ver.shiro>
 
-    <ver.protobuf>3.21.10</ver.protobuf>
+    <ver.protobuf>3.21.12</ver.protobuf>
     <ver.libthrift>0.17.0</ver.libthrift>
 
     <!-- JSON-LD 1.1 -->