This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 94eaad8ad ORC-1627: Unpin `scala-library`
94eaad8ad is described below
commit 94eaad8ad0314209b152e5b6c78756fa14765ba6
Author: Dongjoon Hyun <[email protected]>
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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 220a9c95f37876abdb163bab050797feebdf4a3e)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.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,)"