Skip to content

Commit 32f23dd

Browse files
authored
Merge pull request #679 from Alfresco/fix/PRODSEC-8956
[PRODSEC-8956] fix for CVE Vulnerability SRCCLR-SID-22742 in commons-codec-1.11
2 parents c53fb72 + b3fa456 commit 32f23dd

File tree

1 file changed

+5
-0
lines changed
  • plugins/alfresco-maven-plugin

1 file changed

+5
-0
lines changed

plugins/alfresco-maven-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
<artifactId>commons-net</artifactId>
115115
<version>3.10.0</version>
116116
</dependency>
117+
<dependency>
118+
<groupId>commons-codec</groupId>
119+
<artifactId>commons-codec</artifactId>
120+
<version>1.17.1</version>
121+
</dependency>
117122
<dependency>
118123
<groupId>commons-io</groupId>
119124
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)