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 3c41688e3 Bump protobuf-java from 3.21.3 to 3.21.4 in /lang/java
(#1794)
3c41688e3 is described below
commit 3c41688e3834983e4ccee81dc40840d23a24a6e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 28 14:09:14 2022 +0300
Bump protobuf-java from 3.21.3 to 3.21.4 in /lang/java (#1794)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from
3.21.3 to 3.21.4.
- [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.3...v3.21.4)
---
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>
(cherry picked from commit 74cee286d9c1c52130ac4b7f45d5b88d61f714f6)
---
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 e69922f24..421e6c029 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -45,7 +45,7 @@
<junit.version>4.13.2</junit.version>
<junit5.version>5.9.0</junit5.version>
<netty.version>4.1.79.Final</netty.version>
- <protobuf.version>3.21.3</protobuf.version>
+ <protobuf.version>3.21.4</protobuf.version>
<thrift.version>0.16.0</thrift.version>
<slf4j.version>1.7.36</slf4j.version>
<reload4j.version>1.2.22</reload4j.version>