[CONFIGURATION-771] Update com.fasterxml.jackson.core:jackson-databind
2.10.0 -> 2.10.1.
diff --git a/pom.xml b/pom.xml
index d8d6d1d..11f3665 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@
     <dependency>

       <groupId>com.fasterxml.jackson.core</groupId>

       <artifactId>jackson-databind</artifactId>

-      <version>2.10.0</version>

+      <version>2.10.1</version>

       <optional>true</optional>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c2d324..3f59c60 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,9 @@
       <action dev="ggregory" type="fix" issue="CONFIGURATION-768" due-to="Gary Gregory">

         XMLConfiguration#write does not indent XML elements.

       </action>

+      <action dev="ggregory" type="fix" issue="CONFIGURATION-771" due-to="Gary Gregory">

+        Update com.fasterxml.jackson.core:jackson-databind 2.10.0 -> 2.10.1.

+      </action>

     </release>

     <release version="2.6" date="2019-09-13"

              description="Minor release with new features and updated dependencies.">