You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/01/20 15:12:09 UTC

[plc4x] branch develop updated: build(deps): bump woodstox-core from 6.4.0 to 6.5.0 (#754)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 507c23f352 build(deps): bump woodstox-core from 6.4.0 to 6.5.0 (#754)
507c23f352 is described below

commit 507c23f352896385842a2a31593dc07b2e0f19bc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 20 16:12:04 2023 +0100

    build(deps): bump woodstox-core from 6.4.0 to 6.5.0 (#754)
    
    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 290dc3a0d9..9fd43158bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <httpcore.version>4.4.16</httpcore.version>
     <!-- ! 2.13.4 has a known CVE and 2.14.0-rc1 seems to fix that, even if not finally released -->
     <jackson.version>2.14.1</jackson.version>
-    <woodstox-core.version>6.4.0</woodstox-core.version>
+    <woodstox-core.version>6.5.0</woodstox-core.version>
     <!-- When updating this to the latest version, we're getting errors in the opcua server tests -->
     <jaxb.version>4.0.1</jaxb.version>
     <jetty-util.version>11.0.13</jetty-util.version>