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/04/19 06:14:50 UTC

[santuario-xml-security-java] branch main updated: Bump woodstox-core from 6.5.0 to 6.5.1 (#158)

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 a2c0f2ea Bump woodstox-core from 6.5.0 to 6.5.1 (#158)
a2c0f2ea is described below

commit a2c0f2ea66936d23acefbd6e92b88eb2e253d6a0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 19 07:14:45 2023 +0100

    Bump woodstox-core from 6.5.0 to 6.5.1 (#158)
    
    Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.5.0 to 6.5.1.
    - [Release notes](https://github.com/FasterXML/woodstox/releases)
    - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.5.0...woodstox-core-6.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.woodstox:woodstox-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 89ef5ab1..8d5d6773 100644
--- a/pom.xml
+++ b/pom.xml
@@ -518,7 +518,7 @@
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.9.1</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
-        <woodstox.core.version>6.5.0</woodstox.core.version>
+        <woodstox.core.version>6.5.1</woodstox.core.version>
         <jetty.version>9.4.51.v20230217</jetty.version>
         <xml.bind.api.version>3.0.1</xml.bind.api.version>
         <xml.bind.impl.version>3.0.2</xml.bind.impl.version>