Skip to content

Commit

Permalink
Merge pull request #2498 from liquibase/dependabot/maven/org.yaml-sna…
Browse files Browse the repository at this point in the history
…keyaml-1.30

Upgraded snakeyaml from 1.27 to 1.30
  • Loading branch information
nvoxland authored May 9, 2022
2 parents 4946f4b + 64f2699 commit 3728b75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public void serialize_changeSet() {
" \"onFail\": \"CONTINUE\",\n" +
" \"onSqlOutput\": \"TEST\"\n" +
" }\n" +
" }]\n" +
" }\n" +
" ]\n" +
" ,\n" +
" \"onError\": \"CONTINUE\",\n" +
" \"onFail\": \"MARK_RAN\",\n" +
Expand Down Expand Up @@ -97,10 +98,12 @@ public void serialize_changeSet() {
" \"defaultValueSequenceNext\": \"seq_me\",\n" +
" \"name\": \"col2\"\n" +
" }\n" +
" }]\n" +
" }\n" +
" ]\n" +
" \n" +
" }\n" +
" }]\n" +
" }\n" +
" ]\n" +
" \n" +
" }\n" +
"}\n", serializedJson);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.27</version>
<version>1.30</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 3728b75

Please sign in to comment.