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 7198c722e [KYUUBI #6676] Bump Scala to 2.12.19
7198c722e is described below

commit 7198c722e5e6c259f3429ae266bfb17f5001bbf3
Author: chengpeiming <[email protected]>
AuthorDate: Wed Sep 11 22:47:50 2024 +0800

    [KYUUBI #6676] Bump Scala to 2.12.19
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    - Scala 2.12.19 release https://github.com/scala/scala/releases/tag/v2.12.19
    ## Describe Your Solution ๐Ÿ”ง
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6676 from pionCham/bump-scala-version.
    
    Closes #6676
    
    7f5e17e98 [chengpeiming] change dependencyList
    8736f2c57 [chengpeiming] bump scala version to 2.12.19
    36f9984f5 [chengpeiming] bump scala version
    
    Authored-by: chengpeiming <[email protected]>
    Signed-off-by: Bowen Liang <[email protected]>
---
 dev/dependencyList | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 4b1fc5916..9ba8735e4 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -160,7 +160,7 @@ postgresql/42.7.2//postgresql-42.7.2.jar
 proto-google-common-protos/2.29.0//proto-google-common-protos-2.29.0.jar
 protobuf-java-util/3.25.4//protobuf-java-util-3.25.4.jar
 protobuf-java/3.25.4//protobuf-java-3.25.4.jar
-scala-library/2.12.18//scala-library-2.12.18.jar
+scala-library/2.12.19//scala-library-2.12.19.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 84651d0d0..fd36053e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <maven.version>3.9.9</maven.version>
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
-        <scala.version>2.12.18</scala.version>
+        <scala.version>2.12.19</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
         
<scala-collection-compat.version>2.8.1</scala-collection-compat.version>
 

Reply via email to