Use snakeyaml safe constructor (#68)

This commit is contained in:
Michael Barry
2023-02-05 14:22:57 -05:00
committed by GitHub
parent 91f0c29ce5
commit bc44c80efa
2 changed files with 9 additions and 3 deletions

View File

@@ -23,6 +23,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>