This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new 26503393ce Bump org.codehaus.plexus:plexus-testing from 2.0.2 to 2.1.0
26503393ce is described below
commit 26503393cedfb69b2daabacb2d6a4ece1615ca58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 9 15:44:19 2026 +0000
Bump org.codehaus.plexus:plexus-testing from 2.0.2 to 2.1.0
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]>
---
maven-compat/pom.xml | 2 +-
maven-core/pom.xml | 2 +-
maven-resolver-provider/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
index 60553eb6f6..7e50644ac2 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -125,7 +125,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.0.2</version>
+ <version>2.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 6152ad8b88..abaf7f0e33 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -168,7 +168,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.0.2</version>
+ <version>2.1.0</version>
</dependency>
</dependencies>
diff --git a/maven-resolver-provider/pom.xml b/maven-resolver-provider/pom.xml
index 11f3bff282..bc4a32412f 100644
--- a/maven-resolver-provider/pom.xml
+++ b/maven-resolver-provider/pom.xml
@@ -128,7 +128,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.0.2</version>
+ <version>2.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>