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-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new 88cd2b63 Bump org.codehaus.plexus:plexus-testing from 2.0.2 to 2.1.0
(#974)
88cd2b63 is described below
commit 88cd2b63f2fc8fb2261b4e78c879fd5cc2442958
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 6 20:00:56 2026 +0100
Bump org.codehaus.plexus:plexus-testing from 2.0.2 to 2.1.0 (#974)
Bumps
[org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing)
from 2.0.2 to 2.1.0.
- [Release
notes](https://github.com/codehaus-plexus/plexus-testing/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-testing/compare/plexus-testing-2.0.2...plexus-testing-2.1.0)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-testing
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
archetype-common/pom.xml | 2 +-
maven-archetype-plugin/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml
index 8006af8d..ecfd1d07 100644
--- a/archetype-common/pom.xml
+++ b/archetype-common/pom.xml
@@ -153,7 +153,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.0.2</version>
+ <version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index 7398ba4c..0cedafe8 100644
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@ -162,7 +162,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.0.2</version>
+ <version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>