Skip to content

Commit

Permalink
Merge pull request #5558 from andreramos89/PPP-4865
Browse files Browse the repository at this point in the history
[PPP-4865] - Vulnerable Component: snakeyaml
  • Loading branch information
andreramos89 authored Apr 3, 2024
2 parents 9c4ee21 + 1c6dacd commit 19972ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions assemblies/pentaho-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
</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 @@ -1825,9 +1825,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.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 @@ -197,9 +197,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 19972ca

Please sign in to comment.