From bcb4c704ecc24638a89b84be19ecc8b74d2d60f2 Mon Sep 17 00:00:00 2001
From: Thomas <thomas.musset@pasteur.fr>
Date: Wed, 29 Mar 2023 12:26:47 +0200
Subject: [PATCH] update pom parent

---
 pom.xml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index f547cb0..0c783b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,18 +6,18 @@
 	<parent>
 		<groupId>org.bioimageanalysis.icy</groupId>
 		<artifactId>pom-icy</artifactId>
-		<version>2.1.1</version>
+		<version>2.2.0</version>
 	</parent>
 
 	<!-- Project Information -->
 	<artifactId>apache-httpclient</artifactId>
-	<version>4.5.13</version>
+	<version>4.5.14</version>
 
 	<packaging>jar</packaging>
 
 	<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,29 +30,28 @@
 		<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>
 
 	<!-- Icy Maven repository (to find parent POM) -->
-- 
GitLab