From 4a0f245b232eeb52fd66c199e742a2fb1ab3752c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rade=20Martinovi=C4=87?= Date: Wed, 22 Jul 2020 12:22:10 +0200 Subject: [PATCH] Updating snakeyaml to 1.26 to solve #460 https://bitbucket.org/asomov/snakeyaml/issues/377/allow-configuration-for-preventing-billion --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2257587..f936524b 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ org.yaml snakeyaml - 1.23 + 1.26 android