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/22 11:19:12 UTC

[ws-wss4j] branch master updated: Updating Neethi to 3.2.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


The following commit(s) were added to refs/heads/master by this push:
     new 8a3283054 Updating Neethi to 3.2.0
8a3283054 is described below

commit 8a3283054fcdb4712a6ae9f7bd93b77bf9b673a5
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 22 12:15:31 2022 +0100

    Updating Neethi to 3.2.0
---
 parent/pom.xml | 3 ++-
 policy/pom.xml | 6 ++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7fc8bdc17..2126bc8b9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -42,10 +42,11 @@
         <jaxb-runtime.version>3.0.2</jaxb-runtime.version>
         <junit.version>5.8.1</junit.version>
         <kerby.version>2.0.2</kerby.version>
-        <neethi.version>3.1.1</neethi.version>
+        <neethi.version>3.2.0</neethi.version>
         <opensaml.version>4.2.0</opensaml.version>
         <slf4j.version>1.7.36</slf4j.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
+        <woodstox.version>6.2.8</woodstox.version>
         <xalan.version>2.7.2</xalan.version>
         <xz.version>1.9</xz.version>
         <xmlsec.version>3.0.0</xmlsec.version>
diff --git a/policy/pom.xml b/policy/pom.xml
index b3edd5efa..19a6db1e1 100644
--- a/policy/pom.xml
+++ b/policy/pom.xml
@@ -54,6 +54,12 @@
             <artifactId>xmlunit-matchers</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.woodstox</groupId>
+            <artifactId>woodstox-core</artifactId>
+            <version>${woodstox.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>