You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2022/12/16 07:01:35 UTC

[kylin] 04/15: KYLIN-5350 Update spark to 3.2.0-kylin-4.6.1.0-SNAPSHOT to fix high risk vulnerability

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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 01bac4ea3bc43ac9da57848397bc854aa30842c1
Author: huangsheng <hu...@163.com>
AuthorDate: Mon Oct 24 10:46:25 2022 +0800

    KYLIN-5350 Update spark to 3.2.0-kylin-4.6.1.0-SNAPSHOT to fix high risk vulnerability
    
    Co-authored-by: huangsheng <huangshengtx@163.com
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a68c32b53..5c1ba4eecc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
 
         <!-- Spark versions -->
         <delta.version>1.2.1</delta.version>
-        <spark.version>3.2.0-kylin-4.5.20.0</spark.version>
+        <spark.version>3.2.0-kylin-4.6.1.0-SNAPSHOT</spark.version>
 
         <roaring.version>0.9.2-kylin-r4</roaring.version>