[java][apache-httpclient] update httpclient dependency to the latest 5.x (#14673)

* #14672 - adding generator with apache http client 5

* #14672 - adding generator with apache http client 5

* #14672 - adding generator with apache http client 5

* #14672 - adding generator with apache http client 5
This commit is contained in:
Andre Vegas
2023-02-15 02:12:39 -05:00
committed by GitHub
parent 85a7d69b5f
commit d7edbad8d6
12 changed files with 121 additions and 154 deletions

View File

@@ -218,13 +218,8 @@
<!-- HTTP client: apache client -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient-version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${httpclient-version}</version>
</dependency>
@@ -275,7 +270,7 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<httpclient-version>4.5.13</httpclient-version>
<httpclient-version>5.1.3</httpclient-version>
<jackson-version>2.14.1</jackson-version>
<jackson-databind-version>2.14.1</jackson-databind-version>
<jackson-databind-nullable-version>0.2.4</jackson-databind-nullable-version>