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 bbf57a3a2 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#1262) bbf57a3a2 is described below commit bbf57a3a2c6476da4b28ecac5476f83c0b6cad82 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jul 10 18:56:37 2025 +0200 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#1262) 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] <supp...@github.com> 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 30a86f09d..fb7875703 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.17.0</version> + <version>3.18.0</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/maven-scm-plugin/pom.xml b/maven-scm-plugin/pom.xml index 12076059c..5fb4d45e0 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.17.0</version> + <version>3.18.0</version> </dependency> <dependency> diff --git a/maven-scm-test/pom.xml b/maven-scm-test/pom.xml index 52967656d..c54c837b0 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.17.0</version> + <version>3.18.0</version> </dependency> <dependency> <groupId>org.eclipse.sisu</groupId> diff --git a/pom.xml b/pom.xml index 333474d6b..71489893b 100644 --- a/pom.xml +++ b/pom.xml @@ -274,7 +274,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.17.0</version> + <version>3.18.0</version> </dependency> <!-- Test -->