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
This commit was merged in pull request #69.
This commit is contained in:
2026-03-11 13:06:41 +01: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 -->