You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/13 14:44:58 UTC

[maven-surefire] 01/01: update maven-shared-utils

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit b5b3c3375e41977d082b01402a2a3421cea52cc8
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jun 13 10:44:41 2020 -0400

    update maven-shared-utils
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b25f80c..3e89042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
     <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
     <plexus-java-version>1.0.5</plexus-java-version>
     <!-- maven-shared-utils:3.2.0+ another behavior - broke Surefire performance - end of subprocess notification not arrived in ForkStarter -->
-    <mavenSharedUtilsVersion>3.1.0</mavenSharedUtilsVersion>
+    <mavenSharedUtilsVersion>3.2.1</mavenSharedUtilsVersion>
     <powermockVersion>2.0.5</powermockVersion>
     <jacocoVersion>0.8.5</jacocoVersion>
     <maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>