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