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

[avro] branch branch-1.11 updated: Bump protobuf-java from 3.21.5 to 3.21.6 in /lang/java (#1878)

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

mgrigorov 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 b66f92eaa Bump protobuf-java from 3.21.5 to 3.21.6 in /lang/java (#1878)
b66f92eaa is described below

commit b66f92eaa14f98c5ae6471a5616b23ea91c3e949
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 19 09:01:08 2022 +0300

    Bump protobuf-java from 3.21.5 to 3.21.6 in /lang/java (#1878)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.5 to 3.21.6.
    - [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.5...v3.21.6)
    
    ---
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Martin Grigorov <ma...@users.noreply.github.com>
    (cherry picked from commit a2c111dc3581f9549b173f7c6a9073cfbf173558)
---
 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 aa58e1fae..b9039f271 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -44,7 +44,7 @@
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit5.version>5.9.0</junit5.version>
     <netty.version>4.1.82.Final</netty.version>
-    <protobuf.version>3.21.5</protobuf.version>
+    <protobuf.version>3.21.6</protobuf.version>
     <thrift.version>0.16.0</thrift.version>
     <slf4j.version>1.7.36</slf4j.version>
     <reload4j.version>1.2.22</reload4j.version>