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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 22ce315870 [KYUUBI #6965] Bump Scala 2.13.16
22ce315870 is described below

commit 22ce315870b0ca72d24f8ca166eb43688be9b44e
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Mar 7 23:32:33 2025 +0800

    [KYUUBI #6965] Bump Scala 2.13.16
    
    ### Why are the changes needed?
    
    Scala 2.13.16 release notes: 
https://github.com/scala/scala/releases/tag/v2.13.16
    
    Also, bump the silencer plugin to 1.7.19 to support Scala 2.13.16
    
    ### How was this patch tested?
    
    Pass GHA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #6965 from pan3793/scala-2.13.6.
    
    Closes #6965
    
    141e75864 [Cheng Pan] Bump silencer 1.7.19
    9f09127e7 [Cheng Pan] Bump Scala 2.13.16
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bfaa70f4dc..7d3a9dba9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@
         <maven.plugin.jacoco.version>0.8.11</maven.plugin.jacoco.version>
         
<maven.plugin.scalastyle.version>1.0.0</maven.plugin.scalastyle.version>
         <maven.plugin.shade.version>3.5.2</maven.plugin.shade.version>
-        <maven.plugin.silencer.version>1.7.17</maven.plugin.silencer.version>
+        <maven.plugin.silencer.version>1.7.19</maven.plugin.silencer.version>
         <!-- MSOURCES-121 breaks creating source artifacts for shaded modules,
              we should skip upgrading until MSOURCES-141 gets fixed. -->
         <maven.plugin.source.version>3.2.1</maven.plugin.source.version>
@@ -1997,7 +1997,7 @@
             <id>scala-2.13</id>
             <properties>
                 <scala.binary.version>2.13</scala.binary.version>
-                <scala.version>2.13.14</scala.version>
+                <scala.version>2.13.16</scala.version>
                 
<spark.archive.scala.suffix>-scala${scala.binary.version}</spark.archive.scala.suffix>
             </properties>
         </profile>

Reply via email to