Skip to content

Commit 3f19d34

Browse files
Bump mockk from 1.12.3 to 1.12.8 (#218)
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.3 to 1.12.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.12.3...v1.12.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bddd7a5 commit 3f19d34

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.8.2")
1313
testImplementation("org.assertj:assertj-core:3.23.1")
14-
testImplementation("io.mockk:mockk:1.12.3")
14+
testImplementation("io.mockk:mockk:1.12.8")
1515
testImplementation("org.slf4j:slf4j-simple:2.0.1")
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.8.2")
2323
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
2424
testImplementation("org.assertj:assertj-core:3.23.1")
25-
testImplementation("io.mockk:mockk:1.12.3")
25+
testImplementation("io.mockk:mockk:1.12.8")
2626
testImplementation("org.slf4j:slf4j-simple:2.0.1")
2727
testImplementation("com.jayway.jsonpath:json-path:2.7.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.9.0")
1616
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
1717
testImplementation("org.assertj:assertj-core:3.23.1")
18-
testImplementation("io.mockk:mockk:1.12.3")
18+
testImplementation("io.mockk:mockk:1.12.8")
1919
testImplementation("ch.qos.logback:logback-classic:1.4.1")
2020
}

0 commit comments

Comments
 (0)