Skip to content

Commit

Permalink
feat!: upgrade to slf4j 2.0.7
Browse files Browse the repository at this point in the history
related #247
  • Loading branch information
tony19 committed Mar 26, 2023
1 parent 57c6b37 commit f6d2198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version=3.0.1-SNAPSHOT
VERSION_NAME=3.0.1-SNAPSHOT
VERSION_CODE=3020000

slf4jVersion=2.0.5
slf4jVersion=2.0.7

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class LoggerServiceProvider implements SLF4JServiceProvider {
* against. The value of this field is usually modified with each release.
*/
// to avoid constant folding by the compiler, this field must *not* be final
public static String REQUESTED_API_VERSION = "2.0.5"; // !final
public static String REQUESTED_API_VERSION = "2.0.7"; // !final
private LoggerContext defaultLoggerContext;;
private IMarkerFactory markerFactory;
private MDCAdapter mdcAdapter;
Expand Down

0 comments on commit f6d2198

Please sign in to comment.