This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new fd01ae5fc Bump netty-bom from 4.1.81.Final to 4.1.82.Final in
/lang/java (#1876)
fd01ae5fc is described below
commit fd01ae5fc2d3143fec6cd122f392367110bac7d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 19 08:59:48 2022 +0300
Bump netty-bom from 4.1.81.Final to 4.1.82.Final in /lang/java (#1876)
Bumps [netty-bom](https://github.com/netty/netty) from 4.1.81.Final to
4.1.82.Final.
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.81.Final...netty-4.1.82.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>
---
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 d20a0b3af..1c8847562 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,7 +43,7 @@
<jetty.version>9.4.49.v20220914</jetty.version>
<jopt-simple.version>5.0.4</jopt-simple.version>
<junit5.version>5.9.0</junit5.version>
- <netty.version>4.1.81.Final</netty.version>
+ <netty.version>4.1.82.Final</netty.version>
<protobuf.version>3.21.5</protobuf.version>
<thrift.version>0.16.0</thrift.version>
<slf4j.version>1.7.36</slf4j.version>