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 2020/01/14 11:18:19 UTC

svn commit: r1872768 - /jackrabbit/trunk/jackrabbit-webdav/pom.xml

Author: reschke
Date: Tue Jan 14 11:18:19 2020
New Revision: 1872768

URL: http://svn.apache.org/viewvc?rev=1872768&view=rev
Log:
JCR-4519: Update httpcore dependency to 4.4.13

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

Modified: jackrabbit/trunk/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webdav/pom.xml?rev=1872768&r1=1872767&r2=1872768&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-webdav/pom.xml Tue Jan 14 11:18:19 2020
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.12</version>
+      <version>4.4.13</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>