Skip to content

Commit

Permalink
Set fixed version and upgraded httpcomponents:httpacore* from 4.4.(5,…
Browse files Browse the repository at this point in the history
…12,13,14) to 4.4.15

Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Oct 28, 2022
1 parent 49354db commit d8fb747
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pom.xml
Expand Up @@ -57,8 +57,9 @@
<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-client.version>4.5.13</httpcomponents-client.version>
<httpcomponents-asyncclient.version>4.1.5</httpcomponents-asyncclient.version>
<httpcomponents-client.version>4.5.13</httpcomponents-client.version>
<httpcomponents-core.version>4.4.15</httpcomponents-core.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 @@ -1216,7 +1217,21 @@
<artifactId>httpasyncclient</artifactId>
<version>${httpcomponents-asyncclient.version}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${httpcomponents-core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>${httpcomponents-core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-osgi</artifactId>
<version>${httpcomponents-core.version}</version>
</dependency>

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

0 comments on commit d8fb747

Please sign in to comment.