We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e96b88 commit 7e1d723Copy full SHA for 7e1d723
1 file changed
pom.xml
@@ -69,6 +69,13 @@
69
<artifactId>httpclient</artifactId>
70
<version>4.5.12</version>
71
</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>
79
<!--
80
commons-validator 1.6 depends on an older version of
81
commons-beanutils with a CVE. So add a direct dependency on the
0 commit comments