Skip to content
Snippets Groups Projects
Commit 66807f54 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

updated dependencies

parent 2fcb9b7c
No related branches found
No related tags found
No related merge requests found
...@@ -6,18 +6,16 @@ ...@@ -6,18 +6,16 @@
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<version>2.1.1</version> <version>2.1.7</version>
</parent> </parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>apache-httpclient</artifactId> <artifactId>apache-httpclient</artifactId>
<version>4.5.13</version> <version>4.5.14</version>
<packaging>jar</packaging>
<name>Apache HTTP client</name> <name>Apache HTTP client</name>
<description>The Apache HTTP client Library.</description> <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> <inceptionYear>2022</inceptionYear>
<!-- Project properties --> <!-- Project properties -->
...@@ -30,27 +28,27 @@ ...@@ -30,27 +28,27 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId> <artifactId>fluent-hc</artifactId>
<version>4.5.13</version> <version>4.5.14</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.5.13</version> <version>4.5.14</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId> <artifactId>httpclient-cache</artifactId>
<version>4.5.13</version> <version>4.5.14</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId> <artifactId>httpcore</artifactId>
<version>4.4.13</version> <version>4.4.16</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId> <artifactId>httpmime</artifactId>
<version>4.5.13</version> <version>4.5.14</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment