You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/29 09:36:54 UTC

[karaf] branch main updated: [KARAF-7478] Upgrade to xmlunit 1.6

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new d553187371 [KARAF-7478] Upgrade to xmlunit 1.6
     new 996a7847ca Merge pull request #1572 from jbonofre/KARAF-7478
d553187371 is described below

commit d55318737108aea9fe28d6f4a7ba7034e05feea2
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 28 06:15:07 2022 +0200

    [KARAF-7478] Upgrade to xmlunit 1.6
---
 tooling/karaf-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index ee7bbfbef9..1641d5ff04 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -348,7 +348,7 @@
                     <dependency>
                         <groupId>xmlunit</groupId>
                         <artifactId>xmlunit</artifactId>
-                        <version>1.3</version>
+                        <version>1.6</version>
                     </dependency>
                 </dependencies>
             </plugin>