Skip to content

Commit 4406847

Browse files
authored
fix: httpclient/pom.xml to reduce vulnerabilities (#1283)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-1016906
1 parent 70c68ed commit 4406847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.apache.httpcomponents</groupId>
4242
<artifactId>httpclient</artifactId>
43-
<version>4.5.10</version>
43+
<version>4.5.13</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)