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 2016/06/22 22:06:29 UTC

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

Author: ggregory
Date: Wed Jun 22 22:06:29 2016
New Revision: 1749790

URL: http://svn.apache.org/viewvc?rev=1749790&view=rev
Log:
[CONFIGURATION-635] Update optional dependency Apache Commons Code from 1.9 to 1.10.

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=1749790&r1=1749789&r2=1749790&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Wed Jun 22 22:06:29 2016
@@ -256,7 +256,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.9</version>
+      <version>1.10</version>
       <optional>true</optional>
     </dependency>