2 Commits

Author SHA1 Message Date
f3ec956c7a Merge pull request 'Update dependency org.yaml:snakeyaml to v2.5' (#59) from renovate/org.yaml-snakeyaml-2.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #59
2025-11-07 11:19:32 +01:00
e1215cfa25 Update dependency org.yaml:snakeyaml to v2.5
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-06 17:01:03 +00:00

View File

@@ -47,7 +47,7 @@
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>2.4</version> <version>2.5</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 -->