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 999c55c chore(deps): bump commons-codec:commons-codec from 1.19.0 to
1.20.0 (#532)
999c55c is described below
commit 999c55ca2479040a5de4d1e56a4413ff63b1f602
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 12 08:42:09 2025 +0100
chore(deps): bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#532)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.19.0 to 1.20.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.19.0...rel/commons-codec-1.20.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.20.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 ec09f9d..41f4174 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.19.0</version>
+ <version>1.20.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 a134ca1..f7ecc2a 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.19.0</version>
+ <version>1.20.0</version>
</dependency>
<!-- PLC4X Dependencies -->