This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new d8c0f37e08 [GLUTEN-11088][VL] Bump scala maven plugin to align with
Spark (#11581)
d8c0f37e08 is described below
commit d8c0f37e08d8de0da3cab1e95fcb7b8b4af7638c
Author: Yuan <[email protected]>
AuthorDate: Tue Feb 24 18:00:22 2026 +0800
[GLUTEN-11088][VL] Bump scala maven plugin to align with Spark (#11581)
bump Scala compiler to align with Spark
Signed-off-by: Yuan <[email protected]>
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index e46aebf86b..48e6415ab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1242,6 +1242,7 @@
<commons-lang3.version>3.17.0</commons-lang3.version>
<arrow.version>18.1.0</arrow.version>
<arrow-gluten.version>18.1.0</arrow-gluten.version>
+ <scala.compiler.version>4.9.2</scala.compiler.version>
</properties>
<dependencies>
<dependency>
@@ -1322,6 +1323,7 @@
<commons-lang3.version>3.17.0</commons-lang3.version>
<arrow.version>18.1.0</arrow.version>
<arrow-gluten.version>18.1.0</arrow-gluten.version>
+ <scala.compiler.version>4.9.5</scala.compiler.version>
</properties>
<dependencies>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]