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

cstamas 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 8431717af [MNG-7710] Downgrade plexus-utils to 3.3.1 (#1013)
8431717af is described below

commit 8431717af65b233ac71efb38af42024e183e5cf6
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Feb 24 09:49:27 2023 +0100

    [MNG-7710] Downgrade plexus-utils to 3.3.1 (#1013)
    
    As version 3.4.0 and above introduced several issues related to XML parsing 
and merging.
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-7710
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd2309f8e..3c21e7f38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,8 @@ under the License.
     <mockitoVersion>2.21.0</mockitoVersion>
     <plexusVersion>2.1.0</plexusVersion>
     <plexusInterpolationVersion>1.26</plexusInterpolationVersion>
-    <plexusUtilsVersion>3.4.2</plexusUtilsVersion>
+    <!-- Blocked by 3.4.0+ changes, see MNG-7710 -->
+    <plexusUtilsVersion>3.3.1</plexusUtilsVersion>
     <guiceVersion>5.1.0</guiceVersion>
     <guavaVersion>30.1-jre</guavaVersion>
     <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>

Reply via email to