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 22, 2024
1 parent a350566 commit 4dab26d
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 4dab26d

Please sign in to comment.