Skip to content

Commit

Permalink
fix for alfresco security issues (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusothaman-mm authored May 31, 2024
1 parent 7878155 commit 2c29c91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/alfresco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,12 @@
<dependency>
<groupId>org.alfrescolabs.alfresco-technical-validation</groupId>
<artifactId>org.alfrescolabs.alfresco-technical-validation</artifactId>
<version>0.4.0</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand Down

0 comments on commit 2c29c91

Please sign in to comment.