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 4326815 commit 0edeb9eCopy full SHA for 0edeb9e
refactor-first-maven-plugin/pom.xml
@@ -28,7 +28,12 @@
28
<version>3.2.2</version>
29
</dependency>
30
31
-
+ <!-- Needed since Doxia 1.9.2 uses an insecure version -->
32
+ <dependency>
33
+ <groupId>org.apache.httpcomponents</groupId>
34
+ <artifactId>httpclient</artifactId>
35
+ <version>4.5.13</version>
36
+ </dependency>
37
38
<!-- Doxia -->
39
<!-- Needed since maven-reporting-impl brings in Strust 1.3.8 jars that have CVSS > 8 -->
0 commit comments