Skip to content

Commit

Permalink
Bump httpclient version from 4.5.3 to 4.5.13 (#1257)
Browse files Browse the repository at this point in the history
Bump httpclient version
  • Loading branch information
andy840314 authored Jun 15, 2021
1 parent 70e93cf commit 80c1208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<jackson-databind.version>2.11.2</jackson-databind.version>
<jjwt.version>0.10.5</jjwt.version>
<ldaptive.version>1.2.3</ldaptive.version>
<http.commons.version>4.5.3</http.commons.version>
<http.commons.version>4.5.13</http.commons.version>
<cxf.version>3.4.3</cxf.version>
<kafka.version>2.5.0</kafka.version>
<java-saml.version>2.5.0</java-saml.version>
Expand Down Expand Up @@ -414,7 +414,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.3</version>
<version>${http.commons.version}</version>
<scope>test</scope>
</dependency>

Expand All @@ -439,7 +439,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<version>${http.commons.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit 80c1208

Please sign in to comment.