Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent c118ead commit da824f8
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 @@ -20,7 +20,7 @@ dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.reflections:reflections:0.10.2")
implementation("org.slf4j:slf4j-nop:2.0.9")
implementation("org.slf4j:slf4j-nop:2.0.10")

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

0 comments on commit da824f8

Please sign in to comment.