Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 in /kotlin-coroutines
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-simple from 2.0.12 to 2.0.13.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent ff2ffae commit f1ba900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
runtimeOnly("org.slf4j:slf4j-simple:2.0.12")
runtimeOnly("org.slf4j:slf4j-simple:2.0.13")
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit f1ba900

Please sign in to comment.