You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2023/03/01 23:48:15 UTC

[drill] branch master updated: DRILL-8405: Upgrade to snakeyaml 2.0 due to CVE (#2767)

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

cgivre 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 a9c8c2187c DRILL-8405: Upgrade to snakeyaml 2.0 due to CVE (#2767)
a9c8c2187c is described below

commit a9c8c2187c4aabc5ea2d636094ab541ad293b4c7
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Mar 2 00:48:07 2023 +0100

    DRILL-8405: Upgrade to snakeyaml 2.0 due to CVE (#2767)
---
 metastore/rdbms-metastore/pom.xml | 2 +-
 pom.xml                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/metastore/rdbms-metastore/pom.xml b/metastore/rdbms-metastore/pom.xml
index 1d1e72dda7..282872813a 100644
--- a/metastore/rdbms-metastore/pom.xml
+++ b/metastore/rdbms-metastore/pom.xml
@@ -32,7 +32,7 @@
 
   <properties>
     <jooq.version>3.13.1</jooq.version>
-    <liquibase.version>4.8.0</liquibase.version>
+    <liquibase.version>4.19.1</liquibase.version>
     <sqlite.version>3.30.1</sqlite.version>
   </properties>
 
diff --git a/pom.xml b/pom.xml
index 7145b0ea50..c9d852dcbf 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>