Skip to content

Commit 7e1d723

Browse files
committed
Make Snyk happy
1 parent 0e96b88 commit 7e1d723

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
<artifactId>httpclient</artifactId>
7070
<version>4.5.12</version>
7171
</dependency>
72+
<dependency>
73+
<!-- httpclient pulls this in. We pull in a newer version
74+
because of a security issue in 1.11 -->
75+
<groupId>commons-codec</groupId>
76+
<artifactId>commons-codec</artifactId>
77+
<version>1.13</version>
78+
</dependency>
7279
<!--
7380
commons-validator 1.6 depends on an older version of
7481
commons-beanutils with a CVE. So add a direct dependency on the

0 commit comments

Comments
 (0)