Skip to content

Commit

Permalink
Bump io.mockk:mockk from 1.13.11 to 1.13.12
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.11 to 1.13.12.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.11...1.13.12)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent c600e15 commit caf22bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -11,6 +11,6 @@ dependencies {

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("io.mockk:mockk:1.13.11")
testImplementation("io.mockk:mockk:1.13.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 @@ -21,7 +21,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("io.mockk:mockk:1.13.11")
testImplementation("io.mockk:mockk:1.13.12")
testImplementation("org.slf4j:slf4j-simple:2.0.13")
testImplementation("com.jayway.jsonpath:json-path:2.9.0")
}
Expand Down
2 changes: 1 addition & 1 deletion router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("io.mockk:mockk:1.13.11")
testImplementation("io.mockk:mockk:1.13.12")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
}

0 comments on commit caf22bb

Please sign in to comment.