We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79853d9 + d1e2931 commit bdb8c5eCopy full SHA for bdb8c5e
src/main/java/org/slf4j/impl/StaticLoggerBinder.java
@@ -32,7 +32,7 @@ public final class StaticLoggerBinder implements LoggerFactoryBinder {
32
* The value of this field is usually modified with each release.
33
*/
34
// to avoid constant folding by the compiler, this field must *not* be final
35
- public static String REQUESTED_API_VERSION = "2.0.6";
+ public static String REQUESTED_API_VERSION = "1.7.36";
36
37
public ILoggerFactory getLoggerFactory() {
38
return new Slf4jLoggerFactory();
0 commit comments