Skip to content

Commit 25a1206

Browse files
[pigeon]: Bump mockk (#2834)
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.4 to 1.13.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.12.4...1.13.2) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... 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 4d6e0d4 commit 25a1206

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ android {
5858

5959
dependencies {
6060
testImplementation 'junit:junit:4.+'
61-
testImplementation "io.mockk:mockk:1.12.4"
61+
testImplementation "io.mockk:mockk:1.13.2"
6262
}
6363
}

0 commit comments

Comments
 (0)