Skip to content

Commit

Permalink
Set fixed version and upgraded httpcomponents:httpasyncclient from 4.…
Browse files Browse the repository at this point in the history
…1.4 to 4.1.5

Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Oct 28, 2022
1 parent 466e00d commit 49354db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -58,6 +58,7 @@
<h2.version>1.4.199</h2.version>
<hk2-api.version>2.5.0-b05</hk2-api.version>
<httpcomponents-client.version>4.5.13</httpcomponents-client.version>
<httpcomponents-asyncclient.version>4.1.5</httpcomponents-asyncclient.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 @@ -1210,6 +1211,12 @@
<artifactId>httpclient</artifactId>
<version>${httpcomponents-client.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>${httpcomponents-asyncclient.version}</version>
</dependency>


<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 49354db

Please sign in to comment.