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 2017/06/22 20:37:25 UTC

svn commit: r1799616 - /commons/proper/configuration/trunk/pom.xml

Author: ggregory
Date: Thu Jun 22 20:37:25 2017
New Revision: 1799616

URL: http://svn.apache.org/viewvc?rev=1799616&view=rev
Log:
Use the current version of Jackson. All the tests pass for me with 'mvn clean test'.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1799616&r1=1799615&r2=1799616&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Jun 22 20:37:25 2017
@@ -370,7 +370,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.5.3</version>
+      <version>2.8.9</version>
       <optional>true</optional>
     </dependency>