Skip to content

Commit bedc58c

Browse files
authored
fix: pom.xml to reduce vulnerabilities (#63)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-1016906
1 parent 48ada64 commit bedc58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.apache.httpcomponents</groupId>
7878
<artifactId>httpclient</artifactId>
79-
<version>4.5.12</version>
79+
<version>4.5.13</version>
8080
</dependency>
8181

8282
<!-- For parsing XML responses to POJOs -->

0 commit comments

Comments
 (0)