Skip to content

Commit

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

---
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 Apr 15, 2024
1 parent 1097836 commit 49b9eca
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 @@ -27,7 +27,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8")) // Apache-2.0
api("io.ktor:ktor-network-jvm:$ktorVersion") // Apache-2.0
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-slf4j") // Apache-2.0
implementation("org.slf4j:slf4j-api:2.0.12") // MIT
implementation("org.slf4j:slf4j-api:2.0.13") // MIT

implementation("io.github.hakky54:sslcontext-kickstart-for-pem:8.3.0") // Apache-2.0
implementation("org.bouncycastle:bctls-jdk18on:1.78") // Bouncy Castle License (~MIT)
Expand Down

0 comments on commit 49b9eca

Please sign in to comment.