Skip to content

Commit c8e2643

Browse files
[dependabot]: Bump io.mockk:mockk
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.13 to 1.13.14. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.13...1.13.14) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c6bb17 commit c8e2643

File tree

1 file changed

+1
-1
lines changed
  • packages/pigeon/platform_tests/test_plugin/android

1 file changed

+1
-1
lines changed

packages/pigeon/platform_tests/test_plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666

6767
dependencies {
6868
testImplementation 'junit:junit:4.+'
69-
testImplementation "io.mockk:mockk:1.13.13"
69+
testImplementation "io.mockk:mockk:1.13.14"
7070
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
7171
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
7272
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))

0 commit comments

Comments
 (0)