From 6a248b5091c490f09460db5651e5239d903b97cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:37:48 +0000 Subject: [PATCH] Update snakeyaml to 1.33 (#14848) (cherry picked from commit 50c395a4437613d488a6983c646d5af6ea4acaea) Co-authored-by: Pamir --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5a95f9dfe54..98e7260015e 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { } } dependencies { - classpath 'org.yaml:snakeyaml:1.30' + classpath 'org.yaml:snakeyaml:1.33' } }