You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2024/02/19 20:04:19 UTC

(orc) branch main updated: ORC-1627: Unpin `scala-library`

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 220a9c95f ORC-1627: Unpin `scala-library`
220a9c95f is described below

commit 220a9c95f37876abdb163bab050797feebdf4a3e
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Mon Feb 19 12:04:11 2024 -0800

    ORC-1627: Unpin `scala-library`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to unpin `scala-library`.
    
    ### Why are the changes needed?
    
    ORC-1505 upgraded it to 2.12.18 already to match Spark 3.5.0.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #1811 from dongjoon-hyun/ORC-1627.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/dependabot.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 13fd2a5d2..8eddbcdea 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,9 +23,6 @@ updates:
       # Pin gson to 2.2.4 because of Hive
       - dependency-name: "com.google.code.gson:gson"
         versions: "[2.3,)"
-      # Pin scala-library to 2.12.15
-      - dependency-name: "org.scala-lang:scala-library"
-        versions: "[2.12.16,)"
       # Pin jodd-core to 3.5.2
       - dependency-name: "org.jodd:jodd-core"
         versions: "[3.5.3,)"