Author: ggregory Date: Sat Dec 16 00:38:45 2017 New Revision: 1818359 URL: http://svn.apache.org/viewvc?rev=1818359&view=rev Log: [CONFIGURATION-679] Update Jackson from 2.8.9 to 2.9.3.
Modified: commons/proper/configuration/trunk/pom.xml commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1818359&r1=1818358&r2=1818359&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Sat Dec 16 00:38:45 2017 @@ -386,7 +386,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.8.9</version> + <version>2.9.3</version> <optional>true</optional> </dependency> Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1818359&r1=1818358&r2=1818359&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Dec 16 00:38:45 2017 @@ -33,6 +33,9 @@ <action dev="ggregory" type="update" issue="CONFIGURATION-678"> Update Apache Commons Codec from 1.10 to 1.11. </action> + <action dev="ggregory" type="update" issue="CONFIGURATION-679"> + Update Jackson from 2.8.9 to 2.9.3. + </action> </release> <release version="2.2" date="2017-10-12"