Skip to content

Commit

Permalink
fix: embedded-db-junit-liquibase/pom.xml to reduce vulnerabilities (#147
Browse files Browse the repository at this point in the history
)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-537645
  • Loading branch information
snyk-bot committed Mar 19, 2021
1 parent b6f6397 commit ff1e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-db-junit-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
<version>1.26</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit ff1e1f9

Please sign in to comment.