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 cc5e7c7cb Bump io.netty:netty-bom in /lang/java (#3032)
cc5e7c7cb is described below
commit cc5e7c7cb81f5823182231c8226021793b92eb55
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 23 07:57:11 2024 +0200
Bump io.netty:netty-bom in /lang/java (#3032)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.1.111.Final to 4.1.112.Final.
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.111.Final...netty-4.1.112.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 de778a772..5ed4b11c8 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -51,7 +51,7 @@
<junit5.version>5.10.3</junit5.version>
<maven-core.version>3.9.6</maven-core.version>
<mockito.version>5.12.0</mockito.version>
- <netty.version>4.1.111.Final</netty.version>
+ <netty.version>4.1.112.Final</netty.version>
<protobuf.version>4.27.2</protobuf.version>
<reload4j.version>1.2.25</reload4j.version>
<servlet-api.version>4.0.1</servlet-api.version>