You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2022/10/25 09:35:12 UTC

[bahir] branch master updated: Bump protobuf-java from 2.5.0 to 3.16.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f27d992  Bump protobuf-java from 2.5.0 to 3.16.3
f27d992 is described below

commit f27d99216914697dec16c01ab0a03e5442368d3d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 4 23:44:54 2022 +0000

    Bump protobuf-java from 2.5.0 to 3.16.3
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.16.3.
    - [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/v2.5.0...v3.16.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
    ...
    
    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 943de99..e765567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <akka.group>com.typesafe.akka</akka.group>
     <akka.version>2.5.12</akka.version>
 
-    <protobuf.version>2.5.0</protobuf.version>
+    <protobuf.version>3.16.3</protobuf.version>
     <jsr305.version>3.0.1</jsr305.version>
 
     <test.java.home>${java.home}</test.java.home>