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 1bdbf810 Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to
1.0.0 (#966)
1bdbf810 is described below
commit 1bdbf81007cb62832a976f9939bafd102681bdbe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 5 09:19:56 2025 +0200
Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#966)
* Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0
Bumps
[org.codehaus.plexus:plexus-i18n](https://github.com/codehaus-plexus/plexus-i18n)
from 1.0-beta-10 to 1.0.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-i18n/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-i18n/commits/plexus-i18n-1.0.0)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-i18n
dependency-version: 1.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* drop exclusion
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
---
maven-plugin-report-plugin/pom.xml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/maven-plugin-report-plugin/pom.xml
b/maven-plugin-report-plugin/pom.xml
index 02c6c4e4..2197e999 100644
--- a/maven-plugin-report-plugin/pom.xml
+++ b/maven-plugin-report-plugin/pom.xml
@@ -130,13 +130,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-i18n</artifactId>
- <version>1.0-beta-10</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.0.0</version>
</dependency>
<!-- tests -->