
logback / LOGBACK-1568 [Open] SLF4J: The requested version 1.8.99 by your slf4j binding is not compatible with [2.0] ============================== Here's what changed in this issue in the last few minutes. This issue has been created This issue is now assigned to you. View or comment on issue using this link https://jira.qos.ch/browse/LOGBACK-1568 ============================== Issue created ------------------------------ aomsweet created this issue on 11/Aug/21 11:29 AM Summary: SLF4J: The requested version 1.8.99 by your slf4j binding is not compatible with [2.0] Issue Type: Bug Affects Versions: 1.3.0-alpha7 Assignee: Logback dev list Components: logback-core Created: 11/Aug/21 11:29 AM Environment: OS: Windows 20H2 Java: 11 Priority: Critical Reporter: aomsweet Description: maven dependency: {code:java} <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic --> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.3.0-alpha7</version> </dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.0-alpha3</version> </dependency> {code} {code:java} SLF4J: The requested version 1.8.99 by your slf4j binding is not compatible with [2.0] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.{code} ============================== This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)