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 2022/09/19 22:45:24 UTC

[maven-artifact-transfer] branch master updated: Dependabot - ignore SLF4J 2.0.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-artifact-transfer.git


The following commit(s) were added to refs/heads/master by this push:
     new e67ced2  Dependabot - ignore SLF4J 2.0.0+
e67ced2 is described below

commit e67ced20a7f10cec1c03ca050135010a3c7c84bf
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Sep 20 00:42:54 2022 +0200

    Dependabot - ignore SLF4J 2.0.0+
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3a11e77..0a17da2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -31,6 +31,9 @@ updates:
     - dependency-name: commons-io:commons-io
       versions:
         - ">= 2.7"
+    - dependency-name: org.slf4j:*
+      versions:
+        - ">= 2.0.0"
     # Ignore Maven 3.2.1+
     - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
       versions: