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 3cb7864 chore(deps): bump io.netty:netty-common from 4.2.4.Final to
4.2.8.Final (#573)
3cb7864 is described below
commit 3cb786484d663e3f531955e7e5b74531dff5232b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 10:53:59 2025 +0100
chore(deps): bump io.netty:netty-common from 4.2.4.Final to 4.2.8.Final
(#573)
Bumps [io.netty:netty-common](https://github.com/netty/netty) from
4.2.4.Final to 4.2.8.Final.
-
[Commits](https://github.com/netty/netty/compare/netty-4.2.4.Final...netty-4.2.8.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-common
dependency-version: 4.2.8.Final
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>
---
plc4j/examples/plc4j-s7event/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/examples/plc4j-s7event/pom.xml
b/plc4j/examples/plc4j-s7event/pom.xml
index 75eb911..4361d58 100644
--- a/plc4j/examples/plc4j-s7event/pom.xml
+++ b/plc4j/examples/plc4j-s7event/pom.xml
@@ -71,7 +71,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
- <version>4.2.4.Final</version>
+ <version>4.2.8.Final</version>
</dependency>
<dependency>