Skip to content

Commit f199902

Browse files
chore(deps): bump org.mockito:mockito-core in /android
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.0 to 5.17.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.0...v5.17.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b927e69 commit f199902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ dependencies {
8282
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
8383

8484
testImplementation 'org.jetbrains.kotlin:kotlin-test'
85-
testImplementation 'org.mockito:mockito-core:5.16.0'
85+
testImplementation 'org.mockito:mockito-core:5.17.0'
8686
}

0 commit comments

Comments
 (0)