From 66807f5446d84251bebac0d8231da246eb2257c7 Mon Sep 17 00:00:00 2001
From: Thomas <thomas.musset@pasteur.fr>
Date: Tue, 10 Jun 2025 09:32:05 +0200
Subject: [PATCH] updated dependencies

---
 pom.xml | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index f547cb0..7b26774 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,18 +6,16 @@
 	<parent>
 		<groupId>org.bioimageanalysis.icy</groupId>
 		<artifactId>pom-icy</artifactId>
-		<version>2.1.1</version>
+		<version>2.1.7</version>
 	</parent>
 
 	<!-- Project Information -->
 	<artifactId>apache-httpclient</artifactId>
-	<version>4.5.13</version>
-
-	<packaging>jar</packaging>
+	<version>4.5.14</version>
 
 	<name>Apache HTTP client</name>
 	<description>The Apache HTTP client Library.</description>
-	<url>http://icy.bioimageanalysis.org/plugin/apache-httpclient/</url>
+	<url>https://icy.bioimageanalysis.org/plugin/apache-httpclient/</url>
 	<inceptionYear>2022</inceptionYear>
 
     <!-- Project properties -->
@@ -30,27 +28,27 @@
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>fluent-hc</artifactId>
-			<version>4.5.13</version>
+			<version>4.5.14</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpclient</artifactId>
-			<version>4.5.13</version>
+			<version>4.5.14</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpclient-cache</artifactId>
-			<version>4.5.13</version>
+			<version>4.5.14</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpcore</artifactId>
-			<version>4.4.13</version>
+			<version>4.4.16</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpmime</artifactId>
-			<version>4.5.13</version>
+			<version>4.5.14</version>
 		</dependency>
 
 	</dependencies>
-- 
GitLab