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

chengchengjin 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 d1ead09581 [BUILD] Update scala 2.12 version to 2.12.18 to support 
jdk21 (#11666)
d1ead09581 is described below

commit d1ead095816a09540cc3ae0dca255f36844c0adc
Author: Joey <[email protected]>
AuthorDate: Mon Mar 2 22:35:59 2026 +0800

    [BUILD] Update scala 2.12 version to 2.12.18 to support jdk21 (#11666)
    
    Gluten should upgrade the Scala 2.12 version to 2.12.18 to support JDK 21 
and align with the Scala version used in Spark 3.5.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d34633ecf6..2b43252a0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <maven.compiler.target>${java.version}</maven.compiler.target>
     <caffeine.version>2.9.3</caffeine.version>
     <scala.binary.version>2.12</scala.binary.version>
-    <scala.version>2.12.15</scala.version>
+    <scala.version>2.12.18</scala.version>
     <scala-xml.version>2.1.0</scala-xml.version>
     <javax.servlet.version>3.1.0</javax.servlet.version>
     <spark.major.version>3</spark.major.version>
@@ -993,7 +993,7 @@
          SPARK-34774 Add this property to ensure change-scala-version.sh can 
replace the public `scala.version`
          property correctly.
         -->
-        <scala.version>2.12.15</scala.version>
+        <scala.version>2.12.18</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
       </properties>
     </profile>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to