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 2023/02/01 09:18:23 UTC

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

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 83b6fafee0 build(deps): bump jackson.version from 2.14.1 to 2.14.2 (#3706)
83b6fafee0 is described below

commit 83b6fafee08447e4e99403f779dbc8882c5fb1a8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 1 10:18:15 2023 +0100

    build(deps): bump jackson.version from 2.14.1 to 2.14.2 (#3706)
    
    Bumps `jackson.version` from 2.14.1 to 2.14.2.
    
    Updates `jackson-core` from 2.14.1 to 2.14.2
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.1...jackson-core-2.14.2)
    
    Updates `jackson-databind` from 2.14.1 to 2.14.2
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-datatype-jdk8` from 2.14.1 to 2.14.2
    
    Updates `jackson-datatype-jsr310` from 2.14.1 to 2.14.2
    
    Updates `jackson-module-parameter-names` from 2.14.1 to 2.14.2
    - [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
    - [Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.14.1...jackson-modules-java8-2.14.2)
    
    ---
    updated-dependencies:
    - 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: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>
    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 13d8a1c093..6b72d63cc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <joinfaces.version>4.7.8</joinfaces.version>
     <spring-boot.version>2.7.8</spring-boot.version>
     <spring.version>5.3.25</spring.version>
-    <jackson.version>2.14.1</jackson.version>
+    <jackson.version>2.14.2</jackson.version>
   </properties>
 
   <issueManagement>