Skip to content

Commit

Permalink
chore(deps): update dependency org.slf4j:slf4j-api to v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 28, 2023
1 parent dfc89aa commit 68617d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
* Simple Logging Facade for Java (SLF4J) with Apache Log4j
* See: http://www.slf4j.org/
*/
val slf4jVersion = "2.0.9"
val slf4jVersion = "2.0.10"
implementation("org.slf4j:slf4j-api:$slf4jVersion")
// Logback backend for SLF4J
runtimeOnly("ch.qos.logback:logback-classic:1.4.14")
Expand Down

0 comments on commit 68617d4

Please sign in to comment.