Skip to content

Commit 220a9c9

Browse files
committed
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]>
1 parent 30deaad commit 220a9c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/dependabot.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ updates:
2323
# Pin gson to 2.2.4 because of Hive
2424
- dependency-name: "com.google.code.gson:gson"
2525
versions: "[2.3,)"
26-
# Pin scala-library to 2.12.15
27-
- dependency-name: "org.scala-lang:scala-library"
28-
versions: "[2.12.16,)"
2926
# Pin jodd-core to 3.5.2
3027
- dependency-name: "org.jodd:jodd-core"
3128
versions: "[3.5.3,)"

0 commit comments

Comments
 (0)