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 11:39:16 UTC

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

Author: reschke
Date: Mon Feb  8 11:39:16 2021
New Revision: 1886313

URL: http://svn.apache.org/viewvc?rev=1886313&view=rev
Log:
JCR-4476: Update httpcore dependency to 4.4.12 (merged r1866448 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:r1866448

Modified: jackrabbit/branches/2.14/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.14/jackrabbit-webdav/pom.xml?rev=1886313&r1=1886312&r2=1886313&view=diff
==============================================================================
--- jackrabbit/branches/2.14/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/branches/2.14/jackrabbit-webdav/pom.xml Mon Feb  8 11:39:16 2021
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.11</version>
+      <version>4.4.12</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>