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

bowenliang 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 985580250 [KYUUBI #5001] Bump Scala from 2.12.17 to 2.12.18
985580250 is described below

commit 98558025056ff84b9d4f1cb770d64f77000d1142
Author: liangbowen <[email protected]>
AuthorDate: Tue Jun 27 18:23:34 2023 +0800

    [KYUUBI #5001] Bump Scala from 2.12.17 to 2.12.18
    
    ### _Why are the changes needed?_
    
    - Bump Scala to 2.12.18
      - release note: https://github.com/scala/scala/releases/tag/v2.12.18
    - Bump silencer-plugin from 1.7.10 to 1.7.13 for compatibility
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    Closes #5001 from bowenliang123/scala-2.12.18.
    
    Closes #5001
    
    e4a5b9b0d [liangbowen] update dependencyList
    e847bbced [liangbowen] Bump silencer-plugin from 1.7.10 to 1.7.13
    daceece66 [liangbowen] Bump scala from 2.12.17 to 2.12.18
    
    Authored-by: liangbowen <[email protected]>
    Signed-off-by: liangbowen <[email protected]>
---
 dev/dependencyList | 2 +-
 pom.xml            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 7a4e7591d..f533a4fd5 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -170,7 +170,7 @@ perfmark-api/0.25.0//perfmark-api-0.25.0.jar
 proto-google-common-protos/2.9.0//proto-google-common-protos-2.9.0.jar
 protobuf-java-util/3.21.7//protobuf-java-util-3.21.7.jar
 protobuf-java/3.21.7//protobuf-java-3.21.7.jar
-scala-library/2.12.17//scala-library-2.12.17.jar
+scala-library/2.12.18//scala-library-2.12.18.jar
 scopt_2.12/4.1.0//scopt_2.12-4.1.0.jar
 simpleclient/0.16.0//simpleclient-0.16.0.jar
 simpleclient_common/0.16.0//simpleclient_common-0.16.0.jar
diff --git a/pom.xml b/pom.xml
index 667f8f9d3..4d57e20b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <maven.version>3.8.8</maven.version>
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
-        <scala.version>2.12.17</scala.version>
+        <scala.version>2.12.18</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
         
<scala-collection-compat.version>2.8.1</scala-collection-compat.version>
 
@@ -241,7 +241,7 @@
         <maven.plugin.jacoco.version>0.8.7</maven.plugin.jacoco.version>
         
<maven.plugin.scalastyle.version>1.0.0</maven.plugin.scalastyle.version>
         <maven.plugin.shade.version>3.4.1</maven.plugin.shade.version>
-        <maven.plugin.silencer.version>1.7.10</maven.plugin.silencer.version>
+        <maven.plugin.silencer.version>1.7.13</maven.plugin.silencer.version>
 
         <maven.scaladoc.skip>false</maven.scaladoc.skip>
         <maven.scalastyle.skip>false</maven.scalastyle.skip>

Reply via email to