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-extras.git
The following commit(s) were added to refs/heads/develop by this push: new 884d370 chore(deps): bump io.netty:netty-buffer (#86) 884d370 is described below commit 884d37025a51c71ed87eebbb7ed117bebd2bb0a1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jun 13 14:07:48 2024 +0200 chore(deps): bump io.netty:netty-buffer (#86) Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from 4.1.110.Final to 4.1.111.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.110.Final...netty-4.1.111.Final) --- updated-dependencies: - dependency-name: io.netty:netty-buffer 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> --- plc4j/examples/plc4j-s7event/pom.xml | 2 +- plc4j/tools/plc4x-server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plc4j/examples/plc4j-s7event/pom.xml b/plc4j/examples/plc4j-s7event/pom.xml index 6cf24e9..fd69d0c 100644 --- a/plc4j/examples/plc4j-s7event/pom.xml +++ b/plc4j/examples/plc4j-s7event/pom.xml @@ -66,7 +66,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>4.1.110.Final</version> + <version>4.1.111.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml index 65a66a1..e3c8ae9 100644 --- a/plc4j/tools/plc4x-server/pom.xml +++ b/plc4j/tools/plc4x-server/pom.xml @@ -122,7 +122,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>4.1.110.Final</version> + <version>4.1.111.Final</version> </dependency> <dependency> <groupId>io.netty</groupId>