Skip to content

Commit

Permalink
Fix CVE-2020-13956 vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
fegorama committed Aug 18, 2021
1 parent 4c75b1f commit 4ed446a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions alfviral-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@
<version>1.9.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<version>[4.5.13,)</version>
<scope>test</scope>
</dependency>
</dependency>

<!-- The main Alfresco Repo dependency for compiling Java code in src/main/java -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>[4.5.13,)</version>
<scope>test</scope>
</dependency>
<!-- The main Alfresco Repo dependency for compiling Java code in src/main/java -->
Expand Down

0 comments on commit 4ed446a

Please sign in to comment.