Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-nop from 2.0.7 to 2.0.9 (#41)
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-nop from 2.0.7 to 2.0.9.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2023
1 parent da97442 commit 5637147
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(kotlin("stdlib-jdk8"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.reflections:reflections:0.10.2")
implementation("org.slf4j:slf4j-nop:2.0.7")
implementation("org.slf4j:slf4j-nop:2.0.9")

testApi("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.assertj:assertj-core:3.24.2")
Expand Down

0 comments on commit 5637147

Please sign in to comment.