Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2022
1 parent 098928e commit d906bb2
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 @@ -21,7 +21,7 @@ dependencies {
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta7")

implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.10")
implementation("org.slf4j:slf4j-simple:2.0.0")
implementation("org.slf4j:slf4j-simple:2.0.1")
}

application {
Expand Down

0 comments on commit d906bb2

Please sign in to comment.