Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  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 a8d5fb2 commit a9caa71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion router-openapi-request-validator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.1")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("org.slf4j:slf4j-simple:2.0.5")
testImplementation("org.slf4j:slf4j-simple:2.0.9")
}
2 changes: 1 addition & 1 deletion router-protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("org.slf4j:slf4j-simple:2.0.5")
testImplementation("org.slf4j:slf4j-simple:2.0.9")
testImplementation("com.jayway.jsonpath:json-path:2.7.0")
}

Expand Down

0 comments on commit a9caa71

Please sign in to comment.