Update dependency org.yaml:snakeyaml to v2.4 #31

Merged
bea merged 1 commits from renovate/org.yaml-snakeyaml-2.x into main 2025-03-23 11:33:20 +01: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.0</version> <version>2.4</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 -->