Downgrade snakeyaml

This commit is contained in:
Andrea Cavalli 2023-04-14 00:59:04 +02:00
parent 09bdfed0aa
commit 97df3bf725

View File

@ -97,7 +97,7 @@
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>2.0</version> <version>1.33</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>it.unimi.dsi</groupId> <groupId>it.unimi.dsi</groupId>