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/26 13:54:11 UTC

svn commit: r1875710 - in /jackrabbit/oak/branches/1.22: ./ oak-parent/pom.xml

Author: reschke
Date: Thu Mar 26 13:54:11 2020
New Revision: 1875710

URL: http://svn.apache.org/viewvc?rev=1875710&view=rev
Log:
OAK-8953: Update httpclient/mime dependencies to 4.5.12 (merged r1875232 into 1.22)

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

Propchange: jackrabbit/oak/branches/1.22/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1875232

Modified: jackrabbit/oak/branches/1.22/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.22/oak-parent/pom.xml?rev=1875710&r1=1875709&r2=1875710&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.22/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.22/oak-parent/pom.xml Thu Mar 26 13:54:11 2020
@@ -687,12 +687,12 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.11</version>
+        <version>4.5.12</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient-osgi</artifactId>
-        <version>4.5.11</version>
+        <version>4.5.12</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
@@ -707,7 +707,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpmime</artifactId>
-        <version>4.5.11</version>
+        <version>4.5.12</version>
       </dependency>
       <dependency>
         <groupId>com.arakelian</groupId>