Skip to content

Commit

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

---
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 Nov 20, 2023
1 parent 29a2186 commit 3040690
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.9.1")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("io.mockk:mockk:1.13.8")
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 @@ -22,7 +22,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.1")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("io.mockk:mockk:1.13.8")
testImplementation("org.slf4j:slf4j-simple:2.0.9")
testImplementation("com.jayway.jsonpath:json-path:2.7.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.9.1")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("io.mockk:mockk:1.13.8")
testImplementation("ch.qos.logback:logback-classic:1.4.5")
}

0 comments on commit 3040690

Please sign in to comment.