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 cca1582 chore(deps): bump io.netty:netty-common from 4.2.8.Final to
4.2.14.Final (#683)
cca1582 is described below
commit cca1582d94bd68cd881c1ca8e1871bb28f498b9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 08:43:42 2026 +0200
chore(deps): bump io.netty:netty-common from 4.2.8.Final to 4.2.14.Final
(#683)
Bumps [io.netty:netty-common](https://github.com/netty/netty) from
4.2.8.Final to 4.2.14.Final.
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.2.8.Final...netty-4.2.14.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-common
dependency-version: 4.2.14.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 ddba611..771945b 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.8.Final</version>
+ <version>4.2.14.Final</version>
</dependency>
<dependency>