diff --git a/pom.xml b/pom.xml
index f547cb0a2abe1818a7805cc28922c7d44fc97d6d..0c783b2d29f634d4845108f9c705d250dc3caf84 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) -->