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 2f9e556ab Bump io.netty:netty-bom in /lang/java (#2702)
2f9e556ab is described below
commit 2f9e556ab0563a632b4d7dbc2e004afd21d474f3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 22 09:54:03 2024 +0200
Bump io.netty:netty-bom in /lang/java (#2702)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.1.104.Final to 4.1.106.Final.
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.104.Final...netty-4.1.106.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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 664c4255dcb169c4d6cce9de927bbcf34417e50b)
---
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 5eae20e68..9f331db2f 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,7 +43,7 @@
<jetty.version>9.4.53.v20231009</jetty.version>
<jopt-simple.version>5.0.4</jopt-simple.version>
<junit5.version>5.10.1</junit5.version>
- <netty.version>4.1.98.Final</netty.version>
+ <netty.version>4.1.106.Final</netty.version>
<protobuf.version>3.25.2</protobuf.version>
<thrift.version>0.16.0</thrift.version>
<slf4j.version>1.7.36</slf4j.version>