This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
commit 9888c9606a28e4892281ceded9f91d790a34f3e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 18 19:03:16 2024 +0000
Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
Bumps
[org.codehaus.plexus:plexus-java](https://github.com/codehaus-plexus/plexus-languages)
from 1.2.0 to 1.3.0.
- [Release
notes](https://github.com/codehaus-plexus/plexus-languages/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-languages/compare/plexus-languages-1.2.0...plexus-languages-1.3.0)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 c31f586e..189611b1 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.2.0</version>
+ <version>1.3.0</version>
</dependency>
<!-- test -->
<dependency>