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

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


The following commit(s) were added to refs/heads/main by this push:
     new 526eee32f Bump com.google.protobuf:protobuf-java in /lang/java (#3347)
526eee32f is described below

commit 526eee32ffc52399d81c1a156c669e1be0e20d62
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 31 09:21:36 2025 +0200

    Bump com.google.protobuf:protobuf-java in /lang/java (#3347)
    
    Bumps 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from 4.30.1 to 4.30.2.
    - [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/v4.30.1...v4.30.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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 433622367..a0cd56a85 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -52,7 +52,7 @@
     <maven-core.version>3.9.6</maven-core.version>
     <mockito.version>5.15.2</mockito.version>
     <netty.version>4.1.119.Final</netty.version>
-    <protobuf.version>4.30.1</protobuf.version>
+    <protobuf.version>4.30.2</protobuf.version>
     <reload4j.version>1.2.26</reload4j.version>
     <servlet-api.version>4.0.1</servlet-api.version>
     <slf4j.version>2.0.17</slf4j.version>

Reply via email to