You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2020/03/16 18:40:58 UTC

svn commit: r1875265 - in /jackrabbit/oak/branches/1.10: ./ oak-parent/pom.xml

Author: reschke
Date: Mon Mar 16 18:40:58 2020
New Revision: 1875265

URL: http://svn.apache.org/viewvc?rev=1875265&view=rev
Log:
OAK-8867: Update httpclient/mime dependencies to 4.5.11 (merged r1872995 into 1.10)

Modified:
    jackrabbit/oak/branches/1.10/   (props changed)
    jackrabbit/oak/branches/1.10/oak-parent/pom.xml

Propchange: jackrabbit/oak/branches/1.10/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1872995

Modified: jackrabbit/oak/branches/1.10/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.10/oak-parent/pom.xml?rev=1875265&r1=1875264&r2=1875265&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.10/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.10/oak-parent/pom.xml Mon Mar 16 18:40:58 2020
@@ -674,12 +674,12 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.10</version>
+        <version>4.5.11</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient-osgi</artifactId>
-        <version>4.5.10</version>
+        <version>4.5.11</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
@@ -694,7 +694,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpmime</artifactId>
-        <version>4.5.10</version>
+        <version>4.5.11</version>
       </dependency>
       <dependency>
         <groupId>com.arakelian</groupId>