This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git
The following commit(s) were added to refs/heads/master by this push:
new 8ff993824 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
(#1340)
8ff993824 is described below
commit 8ff99382494d25a3deeae1b3824279597f5aa227
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 19 06:23:35 2025 +0100
Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#1340)
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: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>
---
maven-scm-api/pom.xml | 2 +-
maven-scm-plugin/pom.xml | 2 +-
maven-scm-test/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/maven-scm-api/pom.xml b/maven-scm-api/pom.xml
index 4678b80bb..f285b7641 100644
--- a/maven-scm-api/pom.xml
+++ b/maven-scm-api/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.19.0</version>
+ <version>3.20.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/maven-scm-plugin/pom.xml b/maven-scm-plugin/pom.xml
index 36e8a1c83..e7e54530c 100644
--- a/maven-scm-plugin/pom.xml
+++ b/maven-scm-plugin/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.19.0</version>
+ <version>3.20.0</version>
</dependency>
<dependency>
diff --git a/maven-scm-test/pom.xml b/maven-scm-test/pom.xml
index 6abdccda3..ce46b3792 100644
--- a/maven-scm-test/pom.xml
+++ b/maven-scm-test/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.19.0</version>
+ <version>3.20.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
diff --git a/pom.xml b/pom.xml
index c162b8710..d563e89c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,7 +274,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.19.0</version>
+ <version>3.20.0</version>
</dependency>
<!-- Test -->