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/04/25 13:58:32 UTC

svn commit: r1876985 - in /jackrabbit/oak/branches/1.8: ./ oak-parent/pom.xml

Author: reschke
Date: Sat Apr 25 13:58:32 2020
New Revision: 1876985

URL: http://svn.apache.org/viewvc?rev=1876985&view=rev
Log:
OAK-8856: Update httpcore dependency to 4.4.13 (merged r1872769 into 1.8)

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

Propchange: jackrabbit/oak/branches/1.8/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1872769

Modified: jackrabbit/oak/branches/1.8/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-parent/pom.xml?rev=1876985&r1=1876984&r2=1876985&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.8/oak-parent/pom.xml Sat Apr 25 13:58:32 2020
@@ -690,12 +690,12 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.4.12</version>
+        <version>4.4.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-osgi</artifactId>
-        <version>4.4.12</version>
+        <version>4.4.13</version>
      </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>