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 79b467027 Bump netty-bom from 4.1.86.Final to 4.1.87.Final in
/lang/java (#2060)
79b467027 is described below
commit 79b467027385aff951c4eef76fe3a9fceb0d6a65
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 17 10:24:27 2023 +0200
Bump netty-bom from 4.1.86.Final to 4.1.87.Final in /lang/java (#2060)
Bumps [netty-bom](https://github.com/netty/netty) from 4.1.86.Final to
4.1.87.Final.
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.86.Final...netty-4.1.87.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f959c459192adcdc6b885e78a425b61a3bef49f2)
---
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 6ed4f9015..ede200e69 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,7 +43,7 @@
<jetty.version>9.4.50.v20221201</jetty.version>
<jopt-simple.version>5.0.4</jopt-simple.version>
<junit5.version>5.9.1</junit5.version>
- <netty.version>4.1.86.Final</netty.version>
+ <netty.version>4.1.87.Final</netty.version>
<protobuf.version>3.21.12</protobuf.version>
<thrift.version>0.16.0</thrift.version>
<slf4j.version>1.7.36</slf4j.version>