This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 1.20 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 67f7b74e576b9227369233b74f70f5655d8a615a Author: PJ Fanning <[email protected]> AuthorDate: Thu Sep 8 09:19:31 2022 +0100 DRILL-8300: Upgrade to snakeyaml 1.31 due to cve (#2643) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd134b1623..7c43b54ea1 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <libthrift.version>0.14.0</libthrift.version> <derby.version>10.14.2.0</derby.version> <commons.cli.version>1.4</commons.cli.version> - <snakeyaml.version>1.26</snakeyaml.version> + <snakeyaml.version>1.31</snakeyaml.version> <commons.lang3.version>3.10</commons.lang3.version> <testcontainers.version>1.16.3</testcontainers.version> <typesafe.config.version>1.0.0</typesafe.config.version>
