1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 18:48:20 +08:00

fix(deps): update dependency org.yaml:snakeyaml to v2.4

This commit is contained in:
renovate[bot]
2025-02-15 14:05:19 +00:00
committed by Carm
parent 6df9f2ce42
commit 1b49e466a9
+1 -1
View File
@@ -67,7 +67,7 @@
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>2.3</version> <version>2.4</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>