You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/09/11 09:25:41 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3443] Bump Scala from 2.12.15 to 2.12.16

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/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new e87baa750 [KYUUBI #3443] Bump Scala from 2.12.15 to 2.12.16
e87baa750 is described below

commit e87baa75055e2c1d3bfdb3fcf81c4fd16f71d83c
Author: yikf <yi...@gmail.com>
AuthorDate: Sun Sep 11 17:25:32 2022 +0800

    [KYUUBI #3443] Bump Scala from 2.12.15 to 2.12.16
    
    ### _Why are the changes needed?_
    
    Close https://github.com/apache/incubator-kyuubi/issues/3443, This pr aims to bump scala version from 2.12.15 to 2.12.16
    
    ### _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
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3467 from Yikf/bump-scala.
    
    Closes #3443
    
    63b6b381 [yikf] Bump Scala from 2.12.15 to 2.12.16
    
    Authored-by: yikf <yi...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 dev/dependencyList | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 3cb814ef9..677e8fb5b 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -156,7 +156,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.1//protobuf-java-util-3.21.1.jar
 protobuf-java/3.21.1//protobuf-java-3.21.1.jar
-scala-library/2.12.15//scala-library-2.12.15.jar
+scala-library/2.12.16//scala-library-2.12.16.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 f096fbeb8..44fa74b5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
         <maven.version>3.8.6</maven.version>
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
-        <scala.version>2.12.15</scala.version>
+        <scala.version>2.12.16</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
 
         <antlr4.version>4.8</antlr4.version>