Skip to content

Commit

Permalink
Set fixed version for httpcomponents:httpclient to 4.5.13
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Oct 28, 2022
1 parent 3e6c0f2 commit 466e00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -57,7 +57,7 @@
<guice.version>4.1.0</guice.version>
<h2.version>1.4.199</h2.version>
<hk2-api.version>2.5.0-b05</hk2-api.version>
<httpcomponents.version>4.5.13</httpcomponents.version>
<httpcomponents-client.version>4.5.13</httpcomponents-client.version>
<jackson.version>2.13.4</jackson.version>
<javassist.version>3.26.0-GA</javassist.version>
<javax-annotation-api.version>1.2</javax-annotation-api.version>
Expand Down Expand Up @@ -1208,7 +1208,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpcomponents.version}</version>
<version>${httpcomponents-client.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 466e00d

Please sign in to comment.