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 f46a07bc Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.5.0 f46a07bc is described below commit f46a07bcd400a0fed5642ce85ea39b704e3a4fff Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Oct 7 13:18:25 2025 +0000 Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.5.0 Bumps [org.codehaus.plexus:plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.3.0 to 1.5.0. - [Release notes](https://github.com/codehaus-plexus/plexus-languages/releases) - [Commits](https://github.com/codehaus-plexus/plexus-languages/compare/plexus-languages-1.3.0...plexus-languages-1.5.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-java dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- maven-plugin-tools-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-tools-api/pom.xml b/maven-plugin-tools-api/pom.xml index 0a6a27a2..8cbdb275 100644 --- a/maven-plugin-tools-api/pom.xml +++ b/maven-plugin-tools-api/pom.xml @@ -111,7 +111,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-java</artifactId> - <version>1.3.0</version> + <version>1.5.0</version> </dependency> <!-- test --> <dependency>