Skip to content

Commit 8cbe9d5

Browse files
Bump mockk from 1.10.5 to 1.10.6 (#92)
Bumps [mockk](https://github.com/mockk/mockk) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.10.5...1.10.6) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent e562ffe commit 8cbe9d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

router-openapi-request-validator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies {
1111

1212
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.7.1")
1313
testImplementation("org.assertj:assertj-core:3.19.0")
14-
testImplementation("io.mockk:mockk:1.10.5")
14+
testImplementation("io.mockk:mockk:1.10.6")
1515
testImplementation("org.slf4j:slf4j-simple:1.7.30")
1616
}

router-protobuf/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.7.1")
2323
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.23.1")
2424
testImplementation("org.assertj:assertj-core:3.19.0")
25-
testImplementation("io.mockk:mockk:1.10.5")
25+
testImplementation("io.mockk:mockk:1.10.6")
2626
testImplementation("org.slf4j:slf4j-simple:1.7.30")
2727
testImplementation("com.jayway.jsonpath:json-path:2.5.0")
2828
}

router/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies {
1515
testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.1")
1616
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.23.1")
1717
testImplementation("org.assertj:assertj-core:3.19.0")
18-
testImplementation("io.mockk:mockk:1.10.5")
18+
testImplementation("io.mockk:mockk:1.10.6")
1919
testImplementation("ch.qos.logback:logback-classic:1.2.3")
2020
}

0 commit comments

Comments
 (0)