Skip to content

Commit

Permalink
build(deps): bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.16.

---
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 and sebveit committed Sep 6, 2024
1 parent 5706711 commit 9b18373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "2.0-SNAPSHOT"
dependencies {
implementation("io.netty:netty-all:4.1.112.Final")
implementation("io.netty:netty-transport-native-epoll:4.1.112.Final")
implementation("org.slf4j:slf4j-api:2.0.13")
implementation("org.slf4j:slf4j-api:2.0.16")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
Expand Down

0 comments on commit 9b18373

Please sign in to comment.