This is an automated email from the ASF dual-hosted git repository.
rskraba 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 6e95dba0a2 Bump com.google.protobuf:protobuf-java in /lang/java (#3585)
6e95dba0a2 is described below
commit 6e95dba0a26935efb905bf6998f8e00928f367d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 8 20:58:25 2025 +0100
Bump com.google.protobuf:protobuf-java in /lang/java (#3585)
Bumps
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 4.33.1 to 4.33.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 4.33.2
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 2d5bb2c9c0..3e503842bb 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.20.0</mockito.version>
<netty.version>4.2.7.Final</netty.version>
- <protobuf.version>4.33.1</protobuf.version>
+ <protobuf.version>4.33.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>