You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/07/03 06:47:43 UTC

svn commit: r1834922 - /jackrabbit/trunk/jackrabbit-webapp/pom.xml

Author: reschke
Date: Tue Jul  3 06:47:43 2018
New Revision: 1834922

URL: http://svn.apache.org/viewvc?rev=1834922&view=rev
Log:
JCR-4327: Update httpcore dependency to 4.4.10

Modified:
    jackrabbit/trunk/jackrabbit-webapp/pom.xml

Modified: jackrabbit/trunk/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/pom.xml?rev=1834922&r1=1834921&r2=1834922&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-webapp/pom.xml Tue Jul  3 06:47:43 2018
@@ -143,7 +143,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.9</version>
+      <version>4.4.10</version>
       <scope>test</scope>
     </dependency>
   </dependencies>