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

[santuario-xml-security-java] 01/05: Updating Woodstox to 6.2.8

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/santuario-xml-security-java.git

commit a84434bff9c75eab1a67b94c1041fece1a1e2bdc
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 14 07:46:20 2022 +0100

    Updating Woodstox to 6.2.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e2a2ea44..e966116d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,7 +529,7 @@
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.8.2</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
-        <woodstox.core.version>6.2.6</woodstox.core.version>
+        <woodstox.core.version>6.2.8</woodstox.core.version>
         <jetty.version>9.4.45.v20220203</jetty.version>
         <xml.bind.api.version>3.0.1</xml.bind.api.version>
         <xml.bind.impl.version>3.0.2</xml.bind.impl.version>