com.fasterxml.jackson.core:jackson-databind 2.11.2 -> 2.11.3.
diff --git a/pom.xml b/pom.xml
index 17551b0..4800570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@
     <dependency>

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

       <artifactId>jackson-databind</artifactId>

-      <version>2.11.2</version>

+      <version>2.11.3</version>

       <optional>true</optional>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 34e0928..f950dc1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,7 +36,7 @@
          Add ImmutableConfiguration.getEnum() methods.
        </action>
        <action type="update" dev="ggregory" issue="CONFIGURATION-790" due-to="Gary Gregory, Dependabot">
-         Update optional com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.11.2, #60.
+         Update optional com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.11.3, #60.
        </action>
        <action type="update" dev="ggregory" due-to="Oliver B. Fischer">
          Mention EnvironmentConfiguration in the list of configuration sources #45.