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 2023/06/02 10:40:14 UTC

[santuario-xml-security-java] branch 2.2.x-fixes updated: Updating Woodstox to 5.4.0

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

coheigea pushed a commit to branch 2.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/2.2.x-fixes by this push:
     new e9a76803 Updating Woodstox to 5.4.0
e9a76803 is described below

commit e9a7680355c5563cb2022e01848c574bf81a3563
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Jun 2 11:39:58 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 5027afbd..0ae3b3bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,7 +531,7 @@
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.6.3</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
-        <woodstox.core.version>5.2.1</woodstox.core.version>
+        <woodstox.core.version>5.4.0</woodstox.core.version>
         <jetty.version>9.4.45.v20220203</jetty.version>
         <xmlsec.jaxb.context.class />
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>