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 2023/02/23 09:21:19 UTC

[jackrabbit-oak] branch trunk updated: OAK-10125: upgrade httpcore to 4.4.16

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c6fc81cf9e OAK-10125: upgrade httpcore to 4.4.16
c6fc81cf9e is described below

commit c6fc81cf9e17c6669e8240efb1a041009d48b3b8
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Feb 23 10:21:10 2023 +0100

    OAK-10125: upgrade httpcore to 4.4.16
---
 oak-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 05f7aa5a8c..94545fa6ad 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -673,12 +673,12 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.4.14</version>
+        <version>4.4.16</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-osgi</artifactId>
-        <version>4.4.14</version>
+        <version>4.4.16</version>
      </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>