You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by op...@apache.org on 2023/08/16 18:50:15 UTC

[avro] 01/03: Bump com.google.protobuf:protobuf-java in /lang/java

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

opwvhk pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 20ec7a16e54569fb3641bb3c416106354145da96
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Aug 13 13:19:28 2023 +0000

    Bump com.google.protobuf:protobuf-java in /lang/java
    
    Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.4 to 3.24.0.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.23.4...v3.24.0)
    
    ---
    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>
---
 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 7263ac32d..d9d3568e5 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.10.0</junit5.version>
     <netty.version>4.1.95.Final</netty.version>
-    <protobuf.version>3.23.4</protobuf.version>
+    <protobuf.version>3.24.0</protobuf.version>
     <thrift.version>0.16.0</thrift.version>
     <slf4j.version>1.7.36</slf4j.version>
     <reload4j.version>1.2.25</reload4j.version>