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 9087e4e [CONFIGURATION-738] Update Jackson from 2.9.7 to 2.9.8. 9087e4e is described below commit 9087e4e67af043e44daac099062832940e9b3402 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Feb 28 10:37:25 2019 -0500 [CONFIGURATION-738] Update Jackson from 2.9.7 to 2.9.8. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20ff4f0..74c838c 100644 --- a/pom.xml +++ b/pom.xml @@ -410,7 +410,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.7</version> + <version>2.9.8</version> <optional>true</optional> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ffe6c27..9af8342 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,9 @@ <action dev="ggregory" type="fix" issue="CONFIGURATION-731" due-to="Shuai Zhang, Gary Gregory"> Allow user to specify the comments & separator chars. </action> + <action dev="ggregory" type="update" issue="CONFIGURATION-738" due-to="Gary Gregory"> + Update Jackson from 2.9.7 to 2.9.8. + </action> </release> <release version="2.4" date="2018-10-23" description="Minor release with new features and updated dependencies.">