Skip to content

Commit 5f49dfe

Browse files
Bump mockk from 1.12.1 to 1.12.2 (#152)
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.12.1...1.12.2) --- 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 13929e6 commit 5f49dfe

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.22.0")
14-
testImplementation("io.mockk:mockk:1.12.1")
14+
testImplementation("io.mockk:mockk:1.12.2")
1515
testImplementation("org.slf4j:slf4j-simple:1.7.35")
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.22.0")
25-
testImplementation("io.mockk:mockk:1.12.1")
25+
testImplementation("io.mockk:mockk:1.12.2")
2626
testImplementation("org.slf4j:slf4j-simple:1.7.35")
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.8.2")
1616
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
1717
testImplementation("org.assertj:assertj-core:3.22.0")
18-
testImplementation("io.mockk:mockk:1.12.1")
18+
testImplementation("io.mockk:mockk:1.12.2")
1919
testImplementation("ch.qos.logback:logback-classic:1.2.10")
2020
}

0 commit comments

Comments
 (0)