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 34ac34942 Bump protobuf-java from 3.21.12 to 3.22.0 in /lang/java
(#2111)
34ac34942 is described below
commit 34ac34942a2f8ea282c523592f87e5cfbb9178a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 20 09:34:56 2023 +0200
Bump protobuf-java from 3.21.12 to 3.22.0 in /lang/java (#2111)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from
3.21.12 to 3.22.0.
- [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.12...v3.22.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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 5548c9dff7a3bd851eacc791b52b21804f9f8408)
---
lang/java/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 3b920f0cb..624357592 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,8 +43,8 @@
<jetty.version>9.4.50.v20221201</jetty.version>
<jopt-simple.version>5.0.4</jopt-simple.version>
<junit5.version>5.9.2</junit5.version>
- <netty.version>4.1.87.Final</netty.version>
- <protobuf.version>3.21.12</protobuf.version>
+ <netty.version>4.1.89.Final</netty.version>
+ <protobuf.version>3.22.0</protobuf.version>
<thrift.version>0.16.0</thrift.version>
<slf4j.version>1.7.36</slf4j.version>
<reload4j.version>1.2.24</reload4j.version>