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 8b1329e chore(deps): bump io.netty:netty-common (#708)
8b1329e is described below
commit 8b1329e76543ccbe0aa381d6086070ba47a95c44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 09:49:24 2026 +0200
chore(deps): bump io.netty:netty-common (#708)
Bumps [io.netty:netty-common](https://github.com/netty/netty) from
4.2.14.Final to 4.2.15.Final.
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.2.14.Final...netty-4.2.15.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-common
dependency-version: 4.2.15.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 771945b..d88232c 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.14.Final</version>
+ <version>4.2.15.Final</version>
</dependency>
<dependency>