Skip to content

Commit

Permalink
ORC-1538: Unpin and upgrade maven-dependency-plugin to 3.6.1
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to unpin and upgrade `maven-dependency-plugin` to 3.6.1.

### Why are the changes needed?

To keep `maven-dependency-plugin` up-to-date from Apache ORC 2.

### How was this patch tested?

Pass the CIs.

Closes #1676 from dongjoon-hyun/ORC-1538.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Dec 4, 2023
1 parent a97715d commit ca14a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ updates:
# Pin scala-library to 2.12.15
- dependency-name: "org.scala-lang:scala-library"
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,)"
# Pin protobuf-java to 3.22.3
- dependency-name: "com.google.protobuf:protobuf-java"
versions: "[3.22.4,)"
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<javadoc.location>${project.basedir}/../target/javadoc</javadoc.location>
<junit.version>5.10.1</junit.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.6.0</maven-dependency-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
Expand Down

0 comments on commit ca14a1c

Please sign in to comment.