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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit-sample.git


The following commit(s) were added to refs/heads/master by this push:
     new 35337fb  Don't upgrade to SLF4J 2.x
35337fb is described below

commit 35337fb4dc0e4e6804d7aae8324f1c35fe4aa1f6
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Nov 11 17:18:57 2023 +0100

    Don't upgrade to SLF4J 2.x
---
 .github/dependabot.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 8adc79e..c23be53 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -29,6 +29,9 @@ updates:
       # Spring 6.x is Jakarta EE 9
       - dependency-name: "org.springframework:*"
         versions: "[6, )"
+      # Keep using SLF4J 1.7
+      - dependency-name: "org.slf4j:*"
+        versions: "[2, )"
 
   - package-ecosystem: github-actions
     directory: "/"

Reply via email to