You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/09/27 20:13:37 UTC

svn commit: r1842156 - in /commons/proper/configuration/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Thu Sep 27 20:13:37 2018
New Revision: 1842156

URL: http://svn.apache.org/viewvc?rev=1842156&view=rev
Log:
[CONFIGURATION-721] Update Jackson from 2.9.6 to 2.9.7.

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=1842156&r1=1842155&r2=1842156&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Sep 27 20:13:37 2018
@@ -409,7 +409,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.9.6</version>
+      <version>2.9.7</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=1842156&r1=1842155&r2=1842156&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Sep 27 20:13:37 2018
@@ -50,6 +50,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-694">
         Update Java requirement from version 7 to 8.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-721">
+        Update Jackson from 2.9.6 to 2.9.7.
+      </action>
     </release>
 
     <release version="2.3" date="2018-08-04"