You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/12/09 20:59:29 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump jackson.version from 2.14.0 to 2.14.1 (#3524)

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 56e2536daa build(deps): bump jackson.version from 2.14.0 to 2.14.1 (#3524)
56e2536daa is described below

commit 56e2536daaec25a1f48acb0b3137f745915f239c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 9 21:59:22 2022 +0100

    build(deps): bump jackson.version from 2.14.0 to 2.14.1 (#3524)
    
    Bumps `jackson.version` from 2.14.0 to 2.14.1.
    
    Updates `jackson-databind` from 2.14.0 to 2.14.1
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-core` from 2.14.0 to 2.14.1
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.0...jackson-core-2.14.1)
    
    Updates `jackson-datatype-jdk8` from 2.14.0 to 2.14.1
    
    Updates `jackson-datatype-jsr310` from 2.14.0 to 2.14.1
    
    Updates `jackson-module-parameter-names` from 2.14.0 to 2.14.1
    - [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
    - [Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.14.0...jackson-modules-java8-2.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      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.datatype:jackson-datatype-jdk8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
      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 +-
 tobago-example/tobago-example-spring-boot/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7084a7e2ff..35fe35e859 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <joinfaces.version>4.7.5</joinfaces.version>
     <spring-boot.version>2.7.5</spring-boot.version>
     <spring.version>5.3.24</spring.version>
-    <jackson.version>2.14.0</jackson.version>
+    <jackson.version>2.14.1</jackson.version>
   </properties>
 
   <issueManagement>
diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index 35aef72763..797f06acfc 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -171,7 +171,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.14.0</version>
+      <version>2.14.1</version>
     </dependency>
     <dependency>
       <groupId>org.yaml</groupId>