Skip to content

Commit 4dab26d

Browse files
committed
Revert snakeyaml to 1.33 (as 2.x is not fully compatible with 1.x)
This reverts commit 6cf6da8
1 parent a350566 commit 4dab26d

File tree

1 file changed

+1
-1
lines changed
  • modello-plugins/modello-plugin-snakeyaml

1 file changed

+1
-1
lines changed

modello-plugins/modello-plugin-snakeyaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.yaml</groupId>
2626
<artifactId>snakeyaml</artifactId>
27-
<version>2.2</version>
27+
<version>1.33</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

0 commit comments

Comments
 (0)