Skip to content

Commit

Permalink
[PRODSEC-9046] fix for sdk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
purusothaman-mm committed May 22, 2024
1 parent 2899b20 commit 53bd815
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions plugins/alfresco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.5</version>
<version>3.9.0</version>
<executions>
<execution>
<id>generated-helpmojo</id>
Expand Down Expand Up @@ -128,6 +128,17 @@
<groupId>org.alfrescolabs.alfresco-technical-validation</groupId>
<artifactId>org.alfrescolabs.alfresco-technical-validation</artifactId>
<version>0.4.0</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand All @@ -152,7 +163,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.5</version>
<version>3.9.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 53bd815

Please sign in to comment.