Skip to content

Commit

Permalink
update httpclient to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baulea committed Oct 21, 2023
1 parent 72ad618 commit fbeb5bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
<!--<scope>test</scope>--> <!-- added with compile scope. Do not change this -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</dependency>
<dependency>
<groupId>org.jsmart</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<jackson-dataformat-csv.version>2.11.0</jackson-dataformat-csv.version>
<commons-io.version>2.14.0</commons-io.version>
<micro-simulator.version>1.1.10</micro-simulator.version>
<httpclient.version>4.5</httpclient.version>
<httpclient.version>5.2.1</httpclient.version>
<h2.db.version>1.4.191</h2.db.version>
<extentreports.version>4.0.9</extentreports.version>
<version.kafka-clients>3.3.1</version.kafka-clients>
Expand Down Expand Up @@ -247,8 +247,8 @@
<!--<scope>test</scope>--> <!-- added with compile scope. Do not change this -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit fbeb5bb

Please sign in to comment.