You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/06/14 07:03:12 UTC

[ws-wss4j] 02/06: Updating XML Unit to 2.9.0

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit 73cb2671315608cd4f90edd999578d57fd240bd6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 14 07:53:31 2022 +0100

    Updating XML Unit to 2.9.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f32433974..b163dbf9b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -49,7 +49,7 @@
         <xalan.version>2.7.2</xalan.version>
         <xz.version>1.9</xz.version>
         <xmlsec.version>3.0.0</xmlsec.version>
-        <xmlunit.version>2.8.2</xmlunit.version>
+        <xmlunit.version>2.9.0</xmlunit.version>
         <!-- OSGi related properties -->
         <wss4j.osgi.import />
         <wss4j.osgi.symbolic.name>${project.groupId}.${project.artifactId}</wss4j.osgi.symbolic.name>