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/02/03 08:21:39 UTC

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

Author: reschke
Date: Sat Feb  3 08:21:39 2018
New Revision: 1823020

URL: http://svn.apache.org/viewvc?rev=1823020&view=rev
Log:
JCR-4252: Upgrade httpclient dependency to 4.5.5 (ported to 2.16)

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

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Feb  3 08:21:39 2018
@@ -1,3 +1,3 @@
 /jackrabbit/branches/JCR-2272:1173165-1176545
 /jackrabbit/sandbox/JCR-2415-lucene-3.0:1060860-1064038
-/jackrabbit/trunk:1816227,1817094,1817097-1817098,1817100,1817113,1817201,1817213,1817341,1817373,1817377,1818586,1819269,1819271,1819839,1819849,1820119,1820133,1820294,1820573,1820675,1821247,1821475,1821597,1821705
+/jackrabbit/trunk:1816227,1817094,1817097-1817098,1817100,1817113,1817201,1817213,1817341,1817373,1817377,1818586,1819269,1819271,1819839,1819849,1820119,1820133,1820294,1820573,1820675,1821247,1821475,1821597,1821705,1821880

Modified: jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml?rev=1823020&r1=1823019&r2=1823020&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-webdav/pom.xml Sat Feb  3 08:21:39 2018
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.4</version>
+      <version>4.5.5</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>