This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-filtering-3.x
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/maven-filtering-3.x by this
push:
new 1b2f147 Bump org.codehaus.plexus:plexus-testing from 2.0.1 to 2.0.2
1b2f147 is described below
commit 1b2f147d8f2b7f8ba8f8b06c0753f72fa2f3746c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 3 17:14:47 2025 +0000
Bump org.codehaus.plexus:plexus-testing from 2.0.1 to 2.0.2
Bumps
[org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing)
from 2.0.1 to 2.0.2.
- [Release
notes](https://github.com/codehaus-plexus/plexus-testing/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-testing/compare/plexus-testing-2.0.1...plexus-testing-2.0.2)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-testing
dependency-version: 2.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4ac6e20..8a3010d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<scope>test</scope>
</dependency>
<dependency>