Skip to content

Commit bdfef9a

Browse files
upgrade to httpclient5
1 parent aa48623 commit bdfef9a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

http/httpclient/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@
4545
<artifactId>okta-http-api</artifactId>
4646
</dependency>
4747
<dependency>
48-
<groupId>org.apache.httpcomponents</groupId>
49-
<artifactId>httpclient</artifactId>
50-
<version>4.5.13</version>
51-
<exclusions>
52-
<exclusion>
53-
<groupId>commons-logging</groupId>
54-
<artifactId>commons-logging</artifactId>
55-
</exclusion>
56-
</exclusions>
48+
<groupId>org.apache.httpcomponents.client5</groupId>
49+
<artifactId>httpclient5</artifactId>
50+
<version>5.1.3</version>
5751
</dependency>
5852
<dependency>
5953
<groupId>org.apache.httpcomponents</groupId>
6054
<artifactId>httpmime</artifactId>
6155
<version>4.5.13</version>
6256
<scope>compile</scope>
57+
<exclusions>
58+
<exclusion>
59+
<groupId>commons-logging</groupId>
60+
<artifactId>commons-logging</artifactId>
61+
</exclusion>
62+
</exclusions>
6363
</dependency>
6464
<!-- Runtime dependency to replace commons-logging needed by HTTPClient: -->
6565
<dependency>

0 commit comments

Comments
 (0)