This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new f126c7f42 Bump io.netty:netty-bom in /lang/java (#3315)
f126c7f42 is described below
commit f126c7f42476c46248c500b822fbeca29f5335c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 26 21:58:33 2025 +0100
Bump io.netty:netty-bom in /lang/java (#3315)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.1.117.Final to 4.1.118.Final.
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.117.Final...netty-4.1.118.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>
---
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 259cc195c..d4936c1cf 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -51,7 +51,7 @@
<junit5.version>5.11.0</junit5.version>
<maven-core.version>3.9.6</maven-core.version>
<mockito.version>5.15.2</mockito.version>
- <netty.version>4.1.117.Final</netty.version>
+ <netty.version>4.1.118.Final</netty.version>
<protobuf.version>4.29.3</protobuf.version>
<reload4j.version>1.2.26</reload4j.version>
<servlet-api.version>4.0.1</servlet-api.version>