Skip to content

Commit

Permalink
Update slf4j monorepo to v2.0.14 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 6e8581b commit 21d85a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencyResolutionManagement {
library("coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
library("coroutines-jdk8", "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines")

val slf4j = "2.0.13"
val slf4j = "2.0.14"
library("slf4j-api", "org.slf4j:slf4j-api:$slf4j")
library("slf4j-simple", "org.slf4j:slf4j-simple:$slf4j")

Expand Down

0 comments on commit 21d85a6

Please sign in to comment.