From 4ef0d1bdaa8d7503195c72f2af5c07e1b5660192 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 20 Feb 2024 02:22:14 +0100 Subject: [PATCH] Revert snakeyaml to 1.33 (as 2.x is not fully compatible with 1.x) This reverts commit 6cf6da84 --- modello-plugins/modello-plugin-snakeyaml/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modello-plugins/modello-plugin-snakeyaml/pom.xml b/modello-plugins/modello-plugin-snakeyaml/pom.xml index bec34676f..dee705517 100644 --- a/modello-plugins/modello-plugin-snakeyaml/pom.xml +++ b/modello-plugins/modello-plugin-snakeyaml/pom.xml @@ -24,7 +24,7 @@ org.yaml snakeyaml - 2.2 + 1.33