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/11/16 09:51:32 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump jackson-databind from 2.14.0-rc3 to 2.14.0 (#3399)

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 9a95e6dcce build(deps): bump jackson-databind from 2.14.0-rc3 to 2.14.0 (#3399)
9a95e6dcce is described below

commit 9a95e6dcceb832ca071e6e24ae2a41a0c274db83
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 16 10:51:26 2022 +0100

    build(deps): bump jackson-databind from 2.14.0-rc3 to 2.14.0 (#3399)
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0-rc3 to 2.14.0.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      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>
---
 tobago-example/tobago-example-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index 349b654bf6..8d8fe54c08 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -173,7 +173,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>2.14.0-rc3</version>
+        <version>2.14.0</version>
       </dependency>
       <dependency>
         <groupId>org.yaml</groupId>