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-enforcer.git
The following commit(s) were added to refs/heads/master by this push: new 3abe11d2 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#910) 3abe11d2 is described below commit 3abe11d2acafff873ebf0e2008c8d5746dbf67f9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jul 10 18:54:03 2025 +0200 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#910) 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6b58e0a..427475ba 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.17.0</version> + <version>3.18.0</version> </dependency> <!-- test dependencies -->