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 2021/02/08 12:08:35 UTC

svn commit: r1886314 - in /jackrabbit/branches/2.14: ./ jackrabbit-webdav/pom.xml

Author: reschke
Date: Mon Feb  8 12:08:35 2021
New Revision: 1886314

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

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

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

Modified: jackrabbit/branches/2.14/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.14/jackrabbit-webdav/pom.xml?rev=1886314&r1=1886313&r2=1886314&view=diff
==============================================================================
--- jackrabbit/branches/2.14/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/branches/2.14/jackrabbit-webdav/pom.xml Mon Feb  8 12:08:35 2021
@@ -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>