2 Commits

Author SHA1 Message Date
e3f8440a63 Merge pull request 'Update dependency org.yaml:snakeyaml to v2.6' (#69) from renovate/org.yaml-snakeyaml-2.x into main
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update snakeyaml to v2.6
2026-03-11 13:06:41 +01:00
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 -->