This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 722798f2f Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1
722798f2f is described below
commit 722798f2f3bbaa6243928e0d8eb130828eb6186e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 7 19:02:35 2025 +0000
Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1
Bumps
[org.codehaus.plexus:plexus-java](https://github.com/codehaus-plexus/plexus-languages)
from 1.5.0 to 1.5.1.
- [Release
notes](https://github.com/codehaus-plexus/plexus-languages/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-languages/compare/plexus-languages-1.5.0...plexus-languages-1.5.1)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-java
dependency-version: 1.5.1
dependency-type: direct:production
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 96154f776..fecdab0b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<commonsLang3Version>3.19.0</commonsLang3Version>
<commonsCompress>1.28.0</commonsCompress>
<commonsIoVersion>2.20.0</commonsIoVersion>
- <plexus-java-version>1.5.0</plexus-java-version>
+ <plexus-java-version>1.5.1</plexus-java-version>
<!-- Do not upgrade, leads to test failures, MSHARED-1014 -->
<mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion>
<powermockVersion>2.0.9</powermockVersion>