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 bb3862d [CONFIGURATION-790] Update optional com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.11.0. bb3862d is described below commit bb3862d70dc73c050475cda53b55867cfc4b51aa Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Apr 27 09:50:22 2020 -0400 [CONFIGURATION-790] Update optional com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.11.0. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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.">