You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by fa...@apache.org on 2023/02/26 13:40:12 UTC

[drill] branch master updated: [DRILL-8405] upgrade to snakeyaml 2.0 due to cve

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

fanningpj 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 dd394c780c [DRILL-8405] upgrade to snakeyaml 2.0 due to cve
dd394c780c is described below

commit dd394c780c3d3658b1fd538557c8b0fc93461f2e
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Feb 26 14:40:05 2023 +0100

    [DRILL-8405] upgrade to snakeyaml 2.0 due to cve
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c7d689d19b..6eac1e8f9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,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.33</snakeyaml.version>
+    <snakeyaml.version>2.0</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>