[CONFIGURATION-790] Update optional
com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.11.0.
diff --git a/pom.xml b/pom.xml
index f076add..f4244a1 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.3</version>

+      <version>2.11.0</version>

       <optional>true</optional>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e124773..9f0a531 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
        <action type="add" dev="ggregory" issue="CONFIGURATION-789" due-to="Gary Gregory">
          Add ImmutableConfiguration.getEnum() methods.
        </action>
+       <action type="update" dev="ggregory" issue="CONFIGURATION-790" due-to="Gary Gregory">
+         Update optional com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.11.0.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">