Skip to content

Commit de3cd38

Browse files
Bump io.mockk:mockk from 1.13.3 to 1.13.8 (#287)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 344ecb2 commit de3cd38

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.10.1")
1313
testImplementation("org.assertj:assertj-core:3.24.2")
14-
testImplementation("io.mockk:mockk:1.13.3")
14+
testImplementation("io.mockk:mockk:1.13.8")
1515
testImplementation("org.slf4j:slf4j-simple:2.0.9")
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.10.1")
2323
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
2424
testImplementation("org.assertj:assertj-core:3.24.2")
25-
testImplementation("io.mockk:mockk:1.13.3")
25+
testImplementation("io.mockk:mockk:1.13.8")
2626
testImplementation("org.slf4j:slf4j-simple:2.0.9")
2727
testImplementation("com.jayway.jsonpath:json-path:2.8.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.10.1")
1616
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
1717
testImplementation("org.assertj:assertj-core:3.24.2")
18-
testImplementation("io.mockk:mockk:1.13.3")
18+
testImplementation("io.mockk:mockk:1.13.8")
1919
testImplementation("ch.qos.logback:logback-classic:1.4.11")
2020
}

0 commit comments

Comments
 (0)