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/08/24 11:50:44 UTC

svn commit: r1881131 - in /jackrabbit/branches/2.16: ./ jackrabbit-webdav/pom.xml

Author: reschke
Date: Mon Aug 24 11:50:44 2020
New Revision: 1881131

URL: http://svn.apache.org/viewvc?rev=1881131&view=rev
Log:
JCR-4519: Update httpcore dependency to 4.4.13 (merged r1872768 into 2.16)

Modified:
    jackrabbit/branches/2.16/   (props changed)
    jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1872768

Modified: jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml?rev=1881131&r1=1881130&r2=1881131&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml Mon Aug 24 11:50:44 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>