This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 3f5191c7ea Force Dependabot to update SLF4J
3f5191c7ea is described below
commit 3f5191c7eac42275fa79246fea0e27ea8d4faf2e
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun Mar 31 00:05:34 2024 +0100
Force Dependabot to update SLF4J
---
.github/dependabot.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index ee90d02cb2..b9149107a8 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -90,7 +90,7 @@ updates:
versions: ["2.1.0,)"]
# SLF4J 1.7.x should only upgrade to 1.7.x and
# SLF4J 2.x should only upgrade to 2.x.
- - dependency-name: "org.slf4j:slf4j-api"
+ - dependency-name: "org.slf4j:*"
update-types: ["version-update:semver-major"]
# Plexus Utils 4.x are for Maven 4.x
- dependency-name: "org.codehaus.plexus:plexus-utils"