You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/12/13 18:10:45 UTC

[avro] branch branch-1.11 updated: Bump protobuf-java from 3.17.3 to 3.19.1 in /lang/java (#1421)

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

rskraba 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 59623db  Bump protobuf-java from 3.17.3 to 3.19.1 in /lang/java (#1421)
59623db is described below

commit 59623db58cb2385c93ca0a4d902e3c8bb86a6586
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 13 19:06:58 2021 +0100

    Bump protobuf-java from 3.17.3 to 3.19.1 in /lang/java (#1421)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.19.1.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.17.3...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      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>
---
 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 5484160..646ac09 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -44,7 +44,7 @@
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit.version>4.13.2</junit.version>
     <netty.version>4.1.70.Final</netty.version>
-    <protobuf.version>3.17.3</protobuf.version>
+    <protobuf.version>3.19.1</protobuf.version>
     <thrift.version>0.15.0</thrift.version>
     <slf4j.version>1.7.32</slf4j.version>
     <snappy.version>1.1.8.4</snappy.version>