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/03/29 14:11:51 UTC

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

Author: ggregory
Date: Thu Mar 29 14:11:51 2018
New Revision: 1827993

URL: http://svn.apache.org/viewvc?rev=1827993&view=rev
Log:
[CONFIGURATION-695] Update optional dependency Jackson from 2.9.3 to 2.9.5.

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=1827993&r1=1827992&r2=1827993&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Mar 29 14:11:51 2018
@@ -385,7 +385,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.9.3</version>
+      <version>2.9.5</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=1827993&r1=1827992&r2=1827993&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Mar 29 14:11:51 2018
@@ -51,6 +51,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-683">
         Update Spring from 4.3.9.RELEASE to 4.3.13.RELEASE.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-695">
+        Update optional dependency Jackson from 2.9.3 to 2.9.5.
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-686">
         JSONConfiguration can now handle list structures with complex objects
         as elements.