File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments