Skip to content

Commit 0a865a4

Browse files
committed
Bump org.apache.httpcomponents.httpclient from 4.5.12 to 4.5.13
Apache HttpClient versions prior to version 4.5.13 and 5.0.3 can misinterpret malformed authority component in request URIs passed to the library as java.net.URI object and pick the wrong target host for request execution. - https://snyk.io/vuln/SNYK-DEBIAN9-HTTPCOMPONENTSCLIENT-1016928
1 parent 369ff65 commit 0a865a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>org.apache.httpcomponents</groupId>
150150
<artifactId>httpclient</artifactId>
151-
<version>4.5.12</version>
151+
<version>4.5.13</version>
152152
</dependency>
153153
</dependencies>
154154
<build>

0 commit comments

Comments
 (0)