Update dependency org.yaml:snakeyaml to v2.6
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2026-02-26 22:09:54 +00:00
parent 88550d9378
commit d3a7919b42

View File

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