You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/09/08 08:19:38 UTC

[drill] branch master updated: DRILL-8300: Upgrade to snakeyaml 1.31 due to cve (#2643)

This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new d75407621d DRILL-8300: Upgrade to snakeyaml 1.31 due to cve (#2643)
d75407621d is described below

commit d75407621d639c2de0a641438fb805a6a6298c1e
Author: PJ Fanning <pj...@users.noreply.github.com>
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 c214fac4a1..ee011cc1de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,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.17.3</testcontainers.version>
     <typesafe.config.version>1.4.2</typesafe.config.version>