You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/08/07 18:44:13 UTC

[orc] branch main updated: ORC-914: Pin `maven-dependency-plugin` to 3.1.2 (#821)

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 ad5de97  ORC-914: Pin `maven-dependency-plugin` to 3.1.2 (#821)
ad5de97 is described below

commit ad5de974964f485f7f010b53735d965106bcf596
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sat Aug 7 11:44:06 2021 -0700

    ORC-914: Pin `maven-dependency-plugin` to 3.1.2 (#821)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to pin `maven-dependency-plugin` to 3.1.2.
    
    ### Why are the changes needed?
    
    There are multiple bugs like MDEP-753, MDEP-757, MDEP-759.
    
    ### How was this patch tested?
    
    N/A
    
    Closes #820
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 12991c6..468eac7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -36,3 +36,6 @@ updates:
       # Pin scala-library to 2.12.10
       - dependency-name: "org.scala-lang:scala-library"
         versions: "[2.12.11,)"
+      # 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,)"