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 2022/06/28 18:01:04 UTC

[avro] branch master updated: Bump protobuf-java from 3.21.1 to 3.21.2 in /lang/java (#1738)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bbe92d005 Bump protobuf-java from 3.21.1 to 3.21.2 in /lang/java (#1738)
bbe92d005 is described below

commit bbe92d0052e2561bb4dca4739c12f9a419cb1a3f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 28 20:00:57 2022 +0200

    Bump protobuf-java from 3.21.1 to 3.21.2 in /lang/java (#1738)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.1 to 3.21.2.
    - [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.1...v3.21.2)
    
    ---
    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>
    
    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 b31ea8ddf..de654c60c 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.78.Final</netty.version>
-    <protobuf.version>3.21.1</protobuf.version>
+    <protobuf.version>3.21.2</protobuf.version>
     <thrift.version>0.16.0</thrift.version>
     <slf4j.version>1.7.36</slf4j.version>
     <reload4j.version>1.2.21</reload4j.version>