This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-plugin-tools-3.x in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this push: new 9d7e27e5 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 9d7e27e5 is described below commit 9d7e27e5a7df260ac22087c219f3fb3ede7241b6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Oct 7 13:17:59 2025 +0000 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- maven-plugin-report-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-report-plugin/pom.xml b/maven-plugin-report-plugin/pom.xml index 2197e999..0b9e3a72 100644 --- a/maven-plugin-report-plugin/pom.xml +++ b/maven-plugin-report-plugin/pom.xml @@ -120,7 +120,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.17.0</version> + <version>3.19.0</version> </dependency> <!-- Plexus --> <dependency>