Skip to content

Commit

Permalink
[SP-6609] Backport of PPP-5163 - Vulnerable Component: snakeyaml - pa…
Browse files Browse the repository at this point in the history
…rt 2 ( Non OSGi upgrade) (10.2 Suite)
  • Loading branch information
NJtwentyone committed Oct 8, 2024
1 parent 35c4ceb commit 2f60184
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions assemblies/pentaho-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>asm</groupId>
Expand Down
6 changes: 3 additions & 3 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1837,9 +1837,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
6 changes: 3 additions & 3 deletions repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 2f60184

Please sign in to comment.