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 162cba6 com.fasterxml.jackson.core:jackson-databind 2.11.2 -> 2.11.3.
162cba6 is described below
commit 162cba62f35d3595344159bb7ab25049864ba1c0
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 6 10:54:33 2020 -0400
com.fasterxml.jackson.core:jackson-databind 2.11.2 -> 2.11.3.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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.