Skip to content

Commit

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

---
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 May 1, 2024
1 parent 13243cb commit c20bd09
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.10.2")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("io.mockk:mockk:1.13.10")
testImplementation("org.slf4j:slf4j-simple:2.0.12")
testImplementation("org.slf4j:slf4j-simple:2.0.13")
}
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.28.0")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("io.mockk:mockk:1.13.10")
testImplementation("org.slf4j:slf4j-simple:2.0.12")
testImplementation("org.slf4j:slf4j-simple:2.0.13")
testImplementation("com.jayway.jsonpath:json-path:2.9.0")
}

Expand Down

0 comments on commit c20bd09

Please sign in to comment.