Skip to content

Commit

Permalink
Revert snakeyaml to 1.33 (as 2.x is not fully compatible with 1.x)
Browse files Browse the repository at this point in the history
This reverts commit 6cf6da8
  • Loading branch information
slachiewicz committed Feb 20, 2024
1 parent 447e717 commit 4ef0d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modello-plugins/modello-plugin-snakeyaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<version>1.33</version>
</dependency>
</dependencies>
</project>

0 comments on commit 4ef0d1b

Please sign in to comment.