Skip to content

Commit

Permalink
Merge pull request #1386 from pentaho/PPP-4784
Browse files Browse the repository at this point in the history
[PPP-4784] Vulnerable Component: groovy
  • Loading branch information
rmansoor authored Aug 22, 2024
2 parents cd01fac + 63ebc1a commit 00df118
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assemblies/psw-ce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<jlfgr.version>1.0</jlfgr.version>
<pentaho-launcher.version>10.3.0.0-SNAPSHOT</pentaho-launcher.version>
<dependency.groovy-all.revision>2.4.8</dependency.groovy-all.revision>
<dependency.groovy-all.revision>2.4.21</dependency.groovy-all.revision>
<pdi-dataservice-client-plugin.version>10.3.0.0-SNAPSHOT</pdi-dataservice-client-plugin.version>
<oss-licenses.version>10.3.0.0-SNAPSHOT</oss-licenses.version>
<dependency.jersey.revision>1.19.1</dependency.jersey.revision>
Expand Down Expand Up @@ -184,6 +184,12 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${dependency.groovy-all.revision}</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
Expand Down

0 comments on commit 00df118

Please sign in to comment.