You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/08/05 07:53:40 UTC

[maven-dependency-analyzer] branch master updated: Dependabot - ignore maven-plugin-testing-tools 3.2.0+

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
     new d2a043b  Dependabot - ignore maven-plugin-testing-tools 3.2.0+
d2a043b is described below

commit d2a043bb9cbdd24e77c7986d4d164ac7a2ac8060
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Aug 5 09:51:55 2020 +0200

    Dependabot - ignore maven-plugin-testing-tools 3.2.0+
    
    requires Maven 3.2.1 dependencies
---
 .github/dependabot.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c574841..eb730a8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -32,4 +32,8 @@ updates:
         - ">= 3.9"
     - dependency-name: commons-io:commons-io
       versions:
-        - ">= 2.7"
\ No newline at end of file
+        - ">= 2.7"
+    # Ignore Maven 3.2.1+
+    - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
+      versions:
+        - ">=3.2.0"
\ No newline at end of file