Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
fix: upgrade org.yaml:snakeyaml from 1.28 to 1.29
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.yaml:snakeyaml from 1.28 to 1.29.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.yaml/snakeyaml/

See this project in Snyk:
https://app.snyk.io/org/martinpaljak/project/c24e7b48-2728-49b9-b14a-90164acdffda?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored and martinpaljak committed Aug 3, 2021
1 parent c500348 commit eebade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.28</version>
<version>1.29</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down

0 comments on commit eebade5

Please sign in to comment.