You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2015/08/25 07:41:01 UTC

svn commit: r1697558 - /httpcomponents/contrib/httpcore/trunk/pom.xml

Author: ggregory
Date: Tue Aug 25 05:41:01 2015
New Revision: 1697558

URL: http://svn.apache.org/r1697558
Log:
commons-logging 1.1.1 -> 1.2.

Modified:
    httpcomponents/contrib/httpcore/trunk/pom.xml

Modified: httpcomponents/contrib/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/contrib/httpcore/trunk/pom.xml?rev=1697558&r1=1697557&r2=1697558&view=diff
==============================================================================
--- httpcomponents/contrib/httpcore/trunk/pom.xml (original)
+++ httpcomponents/contrib/httpcore/trunk/pom.xml Tue Aug 25 05:41:01 2015
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
+      <version>1.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>