You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ppkarwasz (via GitHub)" <gi...@apache.org> on 2024/04/08 09:46:28 UTC

Re: [PR] Bump slf4j.version from 1.7.36 to 2.0.12 (logging-log4j2)

ppkarwasz commented on PR #2440:
URL: https://github.com/apache/logging-log4j2/pull/2440#issuecomment-2042316912

   We already have a Dependabot rule that should prevent such proposals:
   
   ```yaml
       # 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"
         update-types: ["version-update:semver-major"]
   ```
   
   Probably we need to use different property names for SLF4J 1.x and SLF4J 2.x though.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org