Upgrade to SnakeYAML 1.30 release

This commit is contained in:
md_5 2021-12-18 11:36:31 +11:00
parent 5906bed05d
commit b6e3b0f5b0
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>1.28</version> <version>1.30</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<!-- not part of the API proper --> <!-- not part of the API proper -->