You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/30 15:37:53 UTC

[commons-configuration] branch master updated: [CONFIGURATION-763] Update com.fasterxml.jackson.core:jackson-databind from 2.9.9 to 2.10.0.

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

ggregory 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 7fec692  [CONFIGURATION-763] Update com.fasterxml.jackson.core:jackson-databind from 2.9.9 to 2.10.0.
7fec692 is described below

commit 7fec69296899bc82b98e14b773e77944d3df575e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 30 11:37:50 2019 -0400

    [CONFIGURATION-763] Update com.fasterxml.jackson.core:jackson-databind
    from 2.9.9 to 2.10.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 04dcacf..3e2dfc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.9.9</version>
+      <version>2.10.0</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bab5e0c..2e083bd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,6 +36,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         com.puppycrawl.tools:checkstyle 8.24 -> 8.25.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-763" due-to="Gary Gregory">
+        Update com.fasterxml.jackson.core:jackson-databind from 2.9.9 to 2.10.0.
+      </action>
     </release>
     <release version="2.6" date="2019-09-13"
              description="Minor release with new features and updated dependencies.">