Skip to content

Commit

Permalink
Upgrade to Apache HttpComponents Core version 4.4.15 (#15130)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Apr 12, 2022
1 parent 4721ce1 commit 1cb4798
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ The Apache Software License, Version 2.0
- org.apache.bookkeeper.stats-codahale-metrics-provider-4.14.4.jar
* Apache HTTP Client
- org.apache.httpcomponents-httpclient-4.5.13.jar
- org.apache.httpcomponents-httpcore-4.4.13.jar
- org.apache.httpcomponents-httpcore-4.4.15.jar
* AirCompressor
- io.airlift-aircompressor-0.20.jar
* AsyncHttpClient
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,13 @@ flexible messaging model and an intuitive client API.</description>
<cron-utils.version>9.1.6</cron-utils.version>
<spring-context.version>5.3.18</spring-context.version>
<apache-http-client.version>4.5.13</apache-http-client.version>
<apache-httpcomponents.version>4.4.15</apache-httpcomponents.version>
<jetcd.version>0.5.11</jetcd.version>
<snakeyaml.version>1.30</snakeyaml.version>
<ant.version>1.10.12</ant.version>
<seancfoley.ipaddress.version>5.3.3</seancfoley.ipaddress.version>


<!-- test dependencies -->
<cassandra.version>3.6.0</cassandra.version>
<disruptor.version>3.4.0</disruptor.version>
Expand Down Expand Up @@ -1230,6 +1232,12 @@ flexible messaging model and an intuitive client API.</description>
<version>${apache-http-client.version}</version>
</dependency>

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

<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ The Apache Software License, Version 2.0
- units-1.6.jar
* Apache HTTP Client
- httpclient-4.5.13.jar
- httpcore-4.4.13.jar
- httpcore-4.4.15.jar
* Error Prone Annotations
- error_prone_annotations-2.5.1.jar
* Esri Geometry API For Java
Expand Down

0 comments on commit 1cb4798

Please sign in to comment.