Skip to content

Commit

Permalink
Merge pull request #679 from Alfresco/fix/PRODSEC-8956
Browse files Browse the repository at this point in the history
[PRODSEC-8956] fix for CVE Vulnerability SRCCLR-SID-22742 in commons-codec-1.11
  • Loading branch information
SathishK-T authored Aug 27, 2024
2 parents c53fb72 + b3fa456 commit 32f23dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/alfresco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
<artifactId>commons-net</artifactId>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 32f23dd

Please sign in to comment.