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 b3cbe1f chore(deps): bump commons-codec:commons-codec from 1.18.0 to
1.19.0 (#418)
b3cbe1f is described below
commit b3cbe1f5e99a6b4f2cc85f807dc2cfe4a769b075
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 08:05:08 2025 +0200
chore(deps): bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#418)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.18.0 to 1.19.0.
-
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.19.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 +-
plc4j/tools/opcua-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 a347e48..f9d86a0 100644
--- a/plc4j/examples/plc4j-s7event/pom.xml
+++ b/plc4j/examples/plc4j-s7event/pom.xml
@@ -55,7 +55,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.18.0</version>
+ <version>1.19.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index f6f0a4e..8a9e3c7 100644
--- a/plc4j/tools/opcua-server/pom.xml
+++ b/plc4j/tools/opcua-server/pom.xml
@@ -95,7 +95,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.18.0</version>
+ <version>1.19.0</version>
</dependency>
<!-- PLC4X Dependencies -->