Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.10.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent ff5acbc commit 5966a0d
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 @@ -12,7 +12,7 @@ dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation(kotlin("stdlib"))
implementation("io.github.oshai:kotlin-logging-jvm:6.0.1")
implementation("org.slf4j:slf4j-api:2.0.9")
implementation("org.slf4j:slf4j-api:2.0.10")
implementation("ch.qos.logback:logback-classic:1.4.14")

testImplementation(platform("org.junit:junit-bom:5.10.1"))
Expand Down

0 comments on commit 5966a0d

Please sign in to comment.