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 2019/12/02 19:16:20 UTC

svn commit: r1870721 - in /jackrabbit/oak/branches/1.6: ./ oak-parent/pom.xml

Author: reschke
Date: Mon Dec  2 19:16:20 2019
New Revision: 1870721

URL: http://svn.apache.org/viewvc?rev=1870721&view=rev
Log:
OAK-8614: Update httpclient/mime dependencies to 4.5.10 (merged r1866734 into 1.6)

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

Propchange: jackrabbit/oak/branches/1.6/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1866734

Modified: jackrabbit/oak/branches/1.6/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.6/oak-parent/pom.xml?rev=1870721&r1=1870720&r2=1870721&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.6/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.6/oak-parent/pom.xml Mon Dec  2 19:16:20 2019
@@ -633,12 +633,12 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.9</version>
+        <version>4.5.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient-osgi</artifactId>
-        <version>4.5.9</version>
+        <version>4.5.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
@@ -653,7 +653,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpmime</artifactId>
-        <version>4.5.9</version>
+        <version>4.5.10</version>
       </dependency>
     </dependencies>
   </dependencyManagement>