Skip to content

Commit

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

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

See this project in Snyk:
https://app.snyk.io/org/anbo-de/project/ee44bfa2-9c74-4e6d-bbb8-fa23594b6bd0?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 2, 2023
1 parent 462ed26 commit 010a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qanary_pipeline-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 010a3ad

Please sign in to comment.