Skip to content

Commit

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

---
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 Nov 20, 2023
1 parent 29a2186 commit e5b1cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion router-protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))

implementation("org.slf4j:slf4j-api:2.0.5")
implementation("org.slf4j:slf4j-api:2.0.9")
api("com.google.protobuf:protobuf-java:3.25.1")
api("com.google.protobuf:protobuf-java-util:3.25.1")
implementation("com.google.guava:guava:31.1-jre")
Expand Down
2 changes: 1 addition & 1 deletion router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api("com.amazonaws:aws-lambda-java-core:1.2.2")
api("com.amazonaws:aws-lambda-java-events:3.11.3")

implementation("org.slf4j:slf4j-api:2.0.5")
implementation("org.slf4j:slf4j-api:2.0.9")
api("com.fasterxml.jackson.core:jackson-databind:2.14.1")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
api("com.google.guava:guava:31.1-jre")
Expand Down

0 comments on commit e5b1cd4

Please sign in to comment.