Skip to content

Commit

Permalink
Merge pull request #60 from suhasini-b/resolveVuln
Browse files Browse the repository at this point in the history
Resolve the snakeyaml vulnerability
  • Loading branch information
delineaKrehl committed Jun 1, 2023
2 parents fa3fe8b + 33310cd commit a98ce04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a98ce04

Please sign in to comment.