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/07/07 16:22:15 UTC

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

Author: ggregory
Date: Sat Jul  7 16:22:15 2018
New Revision: 1835320

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

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=1835320&r1=1835319&r2=1835320&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sat Jul  7 16:22:15 2018
@@ -404,7 +404,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.9.5</version>
+      <version>2.9.6</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=1835320&r1=1835319&r2=1835320&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Jul  7 16:22:15 2018
@@ -27,6 +27,9 @@
   <body>
     <release version="2.3" date="in SVN"
              description="Minor release with new features and updated dependencies.">
+      <action dev="ggregory" type="update" issue="CONFIGURATION-705">
+        Update Jackson from 2.9.5 to 2.9.6.
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-652" due-to="Claude Warren">
         Root node attributes are now updated correctly when loading XML
         configuration files.