Skip to content

Commit

Permalink
Bump SLF4J version to 1.7.36 (latest stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Polák committed Jun 27, 2022
1 parent a8ecd04 commit f893885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<test.java.version>1.8</test.java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- When changing, update StaticLoggerBinder.REQUESTED_API_VERSION as well -->
<slf4j.version>1.7.30</slf4j.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>4.13.2</junit.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/slf4j/impl/StaticLoggerBinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public final class StaticLoggerBinder implements LoggerFactoryBinder {
* against. The value of this field is usually modified with each release.
* Do NOT make this final (compiler constant folding problems).
*/
public static @NotNull String REQUESTED_API_VERSION = "1.7.30";
public static @NotNull String REQUESTED_API_VERSION = "1.7.36";

private StaticLoggerBinder() {
}
Expand Down

0 comments on commit f893885

Please sign in to comment.