Skip to content

Commit 06b2250

Browse files
chore(deps): bump org.mockito:mockito-core
Bumps the mockito group with 1 update in the /packages/amplify_datastore/android directory: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.5.0 to 5.16.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.5.0...v5.16.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mockito ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09c62c5 commit 06b2250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify_datastore/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
8282

8383
testImplementation 'junit:junit:4.13.2'
84-
testImplementation 'org.mockito:mockito-core:5.5.0'
84+
testImplementation 'org.mockito:mockito-core:5.17.0'
8585
testImplementation 'org.mockito:mockito-inline:5.2.0'
8686
testImplementation 'androidx.test:core:1.5.0'
8787
testImplementation 'com.google.code.gson:gson:2.10.1'

0 commit comments

Comments
 (0)