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/10/25 06:03:57 UTC

[santuario-xml-security-java] branch main updated: Bump woodstox-core from 6.2.8 to 6.4.0 (#80)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8b2e031b Bump woodstox-core from 6.2.8 to 6.4.0 (#80)
8b2e031b is described below

commit 8b2e031b3a64e46ccd529b35bdc3c9a12af874ed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 25 07:03:51 2022 +0100

    Bump woodstox-core from 6.2.8 to 6.4.0 (#80)
    
    Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.2.8 to 6.4.0.
    - [Release notes](https://github.com/FasterXML/woodstox/releases)
    - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.2.8...woodstox-core-6.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.woodstox:woodstox-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 82ec8777..cb4f1fa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,7 +531,7 @@
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.9.0</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
-        <woodstox.core.version>6.2.8</woodstox.core.version>
+        <woodstox.core.version>6.4.0</woodstox.core.version>
         <jetty.version>9.4.48.v20220622</jetty.version>
         <xml.bind.api.version>3.0.1</xml.bind.api.version>
         <xml.bind.impl.version>3.0.2</xml.bind.impl.version>