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.git
The following commit(s) were added to refs/heads/develop by this push:
new 4598c293f8 build(deps-dev): bump org.apache.commons:commons-lang3
(#2351)
4598c293f8 is described below
commit 4598c293f8ff741f8f32bd3dbb50c500c6e81d99
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 09:07:48 2025 +0100
build(deps-dev): bump org.apache.commons:commons-lang3 (#2351)
Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.20.0
dependency-type: direct:development
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c21611fe5b..21f1f239d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<commons-compress.version>1.28.0</commons-compress.version>
<commons-configuration2.version>2.12.0</commons-configuration2.version>
<commons-io.version>2.21.0</commons-io.version>
- <commons-lang3.version>3.19.0</commons-lang3.version>
+ <commons-lang3.version>3.20.0</commons-lang3.version>
<commons-logging.version>1.3.5</commons-logging.version>
<commons-math3.version>3.6.1</commons-math3.version>
<commons-net.version>3.12.0</commons-net.version>