You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/04/25 06:34:54 UTC

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

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

hnoeth 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 e893ba34a4 build(deps): bump jackson.version from 2.14.2 to 2.15.0
e893ba34a4 is described below

commit e893ba34a4d74746b2d9937caf0e51ef5a572afc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 24 17:11:10 2023 +0000

    build(deps): bump jackson.version from 2.14.2 to 2.15.0
    
    Bumps `jackson.version` from 2.14.2 to 2.15.0.
    
    Updates `jackson-core` from 2.14.2 to 2.15.0
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.0/release.properties)
    - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.2...jackson-core-2.15.0)
    
    Updates `jackson-databind` from 2.14.2 to 2.15.0
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-datatype-jdk8` from 2.14.2 to 2.15.0
    
    Updates `jackson-datatype-jsr310` from 2.14.2 to 2.15.0
    
    Updates `jackson-module-parameter-names` from 2.14.2 to 2.15.0
    - [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
    - [Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.14.2...jackson-modules-java8-2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 213f4d4c29..a8f36c4d8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <joinfaces.version>4.7.10</joinfaces.version>
     <spring-boot.version>2.7.11</spring-boot.version>
     <spring.version>5.3.27</spring.version>
-    <jackson.version>2.14.2</jackson.version>
+    <jackson.version>2.15.0</jackson.version>
   </properties>
 
   <issueManagement>