1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-05 02:58:20 +08:00

fix(deps): update dependency org.yaml:snakeyaml to v2.6 (#219)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-27 01:25:07 +00:00
committed by GitHub
parent f376f22ad0
commit 7dcd690a05
+1 -1
View File
@@ -63,7 +63,7 @@
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>2.5</version> <version>2.6</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>