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 741741 </dependency >
742742
743743 <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 >
747747 </dependency >
748748
749749 <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 >
753753 </dependency >
754754
755755 <dependency >
Original file line number Diff line number Diff line change 5050import javax .servlet .http .HttpServletResponse ;
5151import javax .xml .parsers .DocumentBuilderFactory ;
5252import 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 ;
5757import org .owasp .benchmark .service .pojo .XMLMessage ;
5858import org .owasp .esapi .ESAPI ;
5959
You can’t perform that action at this time.
0 commit comments