This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push: new 1bb24d8fd2 build(deps): bump io.netty:netty-bom from 4.1.116.Final to 4.1.117.Final (#1977) 1bb24d8fd2 is described below commit 1bb24d8fd2f78a918f5f644328ec5127540b4e66 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jan 15 15:24:34 2025 +0100 build(deps): bump io.netty:netty-bom from 4.1.116.Final to 4.1.117.Final (#1977) Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.116.Final to 4.1.117.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.116.Final...netty-4.1.117.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e462685f5c..53aa9c661a 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,7 @@ <maven.clean.plugin.version>3.2.0</maven.clean.plugin.version> <milo.version>0.6.15</milo.version> <mockito.version>5.15.2</mockito.version> - <netty.version>4.1.116.Final</netty.version> + <netty.version>4.1.117.Final</netty.version> <pcap4j.version>1.8.2</pcap4j.version> <slf4j.version>2.0.16</slf4j.version> <vavr.version>0.10.5</vavr.version>