Update Netty/SnakeYAML version

This commit is contained in:
md_5
2022-09-22 10:16:27 +10:00
parent 71990e3ccc
commit 02548c4b9b
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.30</version>
<version>1.32</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>