Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 10dd236 commit c6b4493
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 @@ -11,7 +11,7 @@ dependencyResolutionManagement {
library("coroutines", "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.2")
// library("ktor-core", "io.ktor:ktor-client-core:2.3.7")
// library("ktor-cio", "io.ktor:ktor-client-cio:2.3.7")
library("slf4j-api", "org.slf4j:slf4j-api:1.7.35")
library("slf4j-api", "org.slf4j:slf4j-api:2.0.12")
library("slf4j-simple", "org.slf4j:slf4j-simple:1.7.35")
}
}
Expand Down

0 comments on commit c6b4493

Please sign in to comment.