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 4097119 chore(deps): bump org.apache.commons:commons-lang3 from
3.17.0 to 3.18.0 (#409)
4097119 is described below
commit 4097119ac922591de2f3052642900dcbc31cf84c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 16 09:22:56 2025 +0200
chore(deps): bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
(#409)
Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.18.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/hello-connectivity-mqtt/pom.xml | 2 +-
plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml | 2 +-
plc4j/examples/plc4j-s7event/pom.xml | 2 +-
plc4j/integrations/apache-calcite/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/plc4j/examples/hello-connectivity-mqtt/pom.xml
b/plc4j/examples/hello-connectivity-mqtt/pom.xml
index a168c5d..d75930f 100644
--- a/plc4j/examples/hello-connectivity-mqtt/pom.xml
+++ b/plc4j/examples/hello-connectivity-mqtt/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.17.0</version>
+ <version>3.18.0</version>
</dependency>
<dependency>
diff --git a/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml
b/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml
index c3ff6bb..5782874 100644
--- a/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml
+++ b/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.17.0</version>
+ <version>3.18.0</version>
</dependency>
<dependency>
diff --git a/plc4j/examples/plc4j-s7event/pom.xml
b/plc4j/examples/plc4j-s7event/pom.xml
index ba8faac..a347e48 100644
--- a/plc4j/examples/plc4j-s7event/pom.xml
+++ b/plc4j/examples/plc4j-s7event/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.17.0</version>
+ <version>3.18.0</version>
</dependency>
<dependency>
diff --git a/plc4j/integrations/apache-calcite/pom.xml
b/plc4j/integrations/apache-calcite/pom.xml
index 40cc8f1..bb9437d 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.17.0</version>
+ <version>3.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>