You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/01/14 01:08:10 UTC

[knox] 22/22: KNOX-2178 - Upgrade woodstox-core to 6.0.3

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 2b7f7712b8f2777b9944d218067b86e3800c37b0
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jan 13 19:17:35 2020 -0500

    KNOX-2178 - Upgrade woodstox-core to 6.0.3
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 837ae11..8b8f673 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
         <testcontainers.version>1.12.4</testcontainers.version>
         <txw2.version>2.4.0-b180830.0438</txw2.version>
         <velocity.version>1.7</velocity.version>
-        <woodstox-core.version>6.0.2</woodstox-core.version>
+        <woodstox-core.version>6.0.3</woodstox-core.version>
         <xmlsec.version>2.1.4</xmlsec.version>
         <xmltool.version>3.3</xmltool.version>
         <xml-matchers.version>0.10</xml-matchers.version>