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 1befcab MINOR: Update scala-library pinning version to 2.12.16 (#1037)
1befcab is described below
commit 1befcab761bbdd10adf0b75c4b7e17aceba10021
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Feb 1 09:07:08 2022 -0800
MINOR: Update scala-library pinning version to 2.12.16 (#1037)
### What changes were proposed in this pull request?
This PR aims to update the pinning version of Scala library to `[2.12.16,
)`.
### Why are the changes needed?
Apache Spark 3.2+ is using Scala 2.12.15.
### How was this patch tested?
N/A
---
.github/dependabot.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fa8f82c..6e0a9e5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -33,9 +33,9 @@ updates:
versions: "[2.2.1,)"
- dependency-name: "org.apache.hadoop:hadoop-mapreduce-client-core"
versions: "[2.2.1,)"
- # Pin scala-library to 2.12.10
+ # Pin scala-library to 2.12.15
- dependency-name: "org.scala-lang:scala-library"
- versions: "[2.12.11,)"
+ versions: "[2.12.16,)"
# Pin maven-dependency-plugin to 3.1.2 due to MDEP-753, MDEP-757,
MDEP-759
- dependency-name: "org.apache.maven.plugins:maven-dependency-plugin"
versions: "[3.2.0,)"