File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
src/main/java/org/owasp/benchmark/helpers Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 741
741
</dependency >
742
742
743
743
<dependency >
744
- <groupId >org.apache.httpcomponents</groupId >
745
- <artifactId >httpclient </artifactId >
746
- <version >4.5.13 </version >
744
+ <groupId >org.apache.httpcomponents.client5 </groupId >
745
+ <artifactId >httpclient5 </artifactId >
746
+ <version >5.1.3 </version >
747
747
</dependency >
748
748
749
749
<dependency >
750
- <groupId >org.apache.httpcomponents</groupId >
751
- <artifactId >httpcore </artifactId >
752
- <version >4.4.15 </version >
750
+ <groupId >org.apache.httpcomponents.core5 </groupId >
751
+ <artifactId >httpcore5 </artifactId >
752
+ <version >5.1.3 </version >
753
753
</dependency >
754
754
755
755
<dependency >
Original file line number Diff line number Diff line change 50
50
import javax .servlet .http .HttpServletResponse ;
51
51
import javax .xml .parsers .DocumentBuilderFactory ;
52
52
import javax .xml .parsers .ParserConfigurationException ;
53
- import org .apache .http . conn .ssl .NoopHostnameVerifier ;
54
- import org .apache .http . conn .ssl .SSLConnectionSocketFactory ;
55
- import org .apache .http . conn .ssl .TrustSelfSignedStrategy ;
56
- import org .apache .http .ssl .SSLContexts ;
53
+ import org .apache .hc . client5 . http .ssl .NoopHostnameVerifier ;
54
+ import org .apache .hc . client5 . http .ssl .SSLConnectionSocketFactory ;
55
+ import org .apache .hc . client5 . http .ssl .TrustSelfSignedStrategy ;
56
+ import org .apache .hc . core5 .ssl .SSLContexts ;
57
57
import org .owasp .benchmark .service .pojo .XMLMessage ;
58
58
import org .owasp .esapi .ESAPI ;
59
59
You can’t perform that action at this time.
0 commit comments