You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/12/02 17:49:05 UTC

[commons-configuration] branch master updated: Bump jackson-databind from 2.13.4.2 to 2.14.1

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e063208 Bump jackson-databind from 2.13.4.2 to 2.14.1
6e063208 is described below

commit 6e0632082f15471590aaa9f82caa98765f3e7cbc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 2 16:01:50 2022 +0000

    Bump jackson-databind from 2.13.4.2 to 2.14.1
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.2 to 2.14.1.
    - [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-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d68064da..7b19fc27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.13.4.2</version>
+      <version>2.14.1</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a58fa551..0a79b1b7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,7 +83,7 @@
         Bump snakeyaml from 1.30 to 1.33 #203, #212, #219.
       </action>
       <action type="update" dev="kinow" due-to="Gary Gregory">
-        Bump jackson-databind from 2.13.3 to 2.13.4.2 #227.
+        Bump jackson-databind from 2.13.3 to 2.14.1 #227, #246.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump spring.version from 5.3.22 to 5.3.23 #211.