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 2022/10/11 14:35:54 UTC

[plc4x] branch develop updated: build(deps): bump jackson.version from 2.14.0-rc1 to 2.14.0-rc2 (#538)

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 73532faf5 build(deps): bump jackson.version from 2.14.0-rc1 to 2.14.0-rc2 (#538)
73532faf5 is described below

commit 73532faf59abd710474dbc777f828e6801a7c071
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 11 16:35:49 2022 +0200

    build(deps): bump jackson.version from 2.14.0-rc1 to 2.14.0-rc2 (#538)
    
    Bumps `jackson.version` from 2.14.0-rc1 to 2.14.0-rc2.
    
    Updates `jackson-annotations` from 2.14.0-rc1 to 2.14.0-rc2
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-core` from 2.14.0-rc1 to 2.14.0-rc2
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.0-rc1...jackson-core-2.14.0-rc2)
    
    Updates `jackson-databind` from 2.14.0-rc1 to 2.14.0-rc2
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-dataformat-xml` from 2.14.0-rc1 to 2.14.0-rc2
    - [Release notes](https://github.com/FasterXML/jackson-dataformat-xml/releases)
    - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.14.0-rc1...jackson-dataformat-xml-2.14.0-rc2)
    
    Updates `jackson-dataformat-yaml` from 2.14.0-rc1 to 2.14.0-rc2
    - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
    - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.14.0-rc1...jackson-dataformats-text-2.14.0-rc2)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 ac816d3c5..9a2817575 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <httpclient.version>4.5.13</httpclient.version>
     <httpcore.version>4.4.15</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.0-rc1</jackson.version>
+    <jackson.version>2.14.0-rc2</jackson.version>
     <woodstox-core.version>6.3.1</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>