Skip to content

Commit

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

---
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 Feb 5, 2024
1 parent 0352f14 commit ab84e1b
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.11") // MIT
implementation("org.slf4j:slf4j-api:2.0.12") // MIT

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

0 comments on commit ab84e1b

Please sign in to comment.