Update dependency org.yaml:snakeyaml to v2.4
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-03-23 10:25:06 +00:00
parent 5ea12aa693
commit abd3c02be6

View File

@@ -47,7 +47,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.4</version>
</dependency>
<!-- JSoup is used to parse HTML into JSON objects for better handling in Java -->