1 Commits

Author SHA1 Message Date
d3a7919b42 Update dependency org.yaml:snakeyaml to v2.6
All checks were successful
continuous-integration/drone/pr Build is passing
2026-02-26 22:09:54 +00:00

View File

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