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 69c8f89b5 ORC-1173: Pin jodd-core to 3.5.2 (#1119)
69c8f89b5 is described below
commit 69c8f89b5e715beca26c4faf3a2cb1e72f064acc
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 18 17:47:57 2022 -0700
ORC-1173: Pin jodd-core to 3.5.2 (#1119)
### What changes were proposed in this pull request?
This PR aims to pin `jodd-core` to 3.5.2 to match with the Apache Spark.
### Why are the changes needed?
This will prevent Dependabot from confusing.
https://github.com/apache/spark/blob/96f4b7dbc1facd1a38be296263606aa312861c95/pom.xml#L192
```xml
<jodd.version>3.5.2</jodd.version>
```
### How was this patch tested?
N/A
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6e0a9e5ad..a0e902813 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -42,3 +42,6 @@ updates:
# Pin protobuf-java to 2.5.0
- dependency-name: "com.google.protobuf:protobuf-java"
versions: "[2.5.1,)"
+ # Pin jodd-core to 3.5.2
+ - dependency-name: "org.jodd:jodd-core"
+ versions: "[3.5.3,)"