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 <huangshen...@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 <huangshen...@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>