Skip to content

Commit f8b3786

Browse files
[dependabot]: Bump the test-dependencies group across 2 directories with 1 update
Bumps the test-dependencies group with 1 update in the /packages/pigeon/platform_tests/test_plugin/android directory: [io.mockk:mockk](https://github.com/mockk/mockk). Bumps the test-dependencies group with 1 update in the /packages/shared_preferences/shared_preferences_android/android directory: [io.mockk:mockk](https://github.com/mockk/mockk). Updates `io.mockk:mockk` from 1.13.13 to 1.13.16 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.13...1.13.16) Updates `io.mockk:mockk` from 1.13.14 to 1.13.16 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.13...1.13.16) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edcb1eb commit f8b3786

File tree

2 files changed

+2
-2
lines changed
  • packages

2 files changed

+2
-2
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.14"
69+
testImplementation "io.mockk:mockk:1.13.16"
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"))

packages/shared_preferences/shared_preferences_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
testImplementation 'androidx.test.ext:junit-ktx:1.2.1'
6868
testImplementation 'org.robolectric:robolectric:4.12.1'
6969
testImplementation 'org.mockito:mockito-inline:5.2.0'
70-
testImplementation 'io.mockk:mockk:1.13.14'
70+
testImplementation 'io.mockk:mockk:1.13.16'
7171
}
7272

7373

0 commit comments

Comments
 (0)