Skip to content

Commit

Permalink
Merge pull request #99 from liquibase/remove-snakeyaml-dependency
Browse files Browse the repository at this point in the history
Removes snakeyaml library that has securities issues and is not used anymore by the project.
  • Loading branch information
filipelautert authored Mar 1, 2023
2 parents 3cfbaff + 5f03a96 commit 4aa37fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@
<artifactId>liquibase-core</artifactId>
<version>${liquibase.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<!--<scope>test</scope>-->
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 4aa37fb

Please sign in to comment.