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/03/27 05:35:34 UTC

[santuario-xml-security-java] 04/06: Bump woodstox-core from 6.4.0 to 6.5.0 (#107)

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

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

commit f27a7b77473e050d42f78d86517b257ec5b12e0f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 16 06:18:02 2023 +0000

    Bump woodstox-core from 6.4.0 to 6.5.0 (#107)
    
    Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.4.0 to 6.5.0.
    - [Release notes](https://github.com/FasterXML/woodstox/releases)
    - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.4.0...woodstox-core-6.5.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 25bba656..40414167 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,7 +548,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.4.0</woodstox.core.version>
+        <woodstox.core.version>6.5.0</woodstox.core.version>
         <jetty.version>9.4.50.v20221201</jetty.version>
         <xmlsec.jaxb.context.class />
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>