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 7e739def55162746ac9621fc210bff0453985096 Author: Jiawei Li <1019037...@qq.com> AuthorDate: Tue Mar 14 14:43:23 2023 +0800 KYLIN-5559 Upgrade Spark Avro version to 1.11.1 for the security reason --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0159f2797..2f827a3c5f 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <!-- Spark versions --> <delta.version>1.2.1</delta.version> - <spark.version>3.2.0-kylin-4.6.6.0</spark.version> + <spark.version>3.2.0-kylin-4.6.7.0-SNAPSHOT</spark.version> <roaring.version>0.9.2-kylin-r4</roaring.version>