Skip to content

Commit 68cc534

Browse files
chore(deps): bump org.mockito:mockito-core
Bumps the mockito group in /packages/amplify_datastore/android with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mockito ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 514018c commit 68cc534

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
@@ -85,7 +85,7 @@ dependencies {
8585
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
8686

8787
testImplementation 'junit:junit:4.13.2'
88-
testImplementation 'org.mockito:mockito-core:5.18.0'
88+
testImplementation 'org.mockito:mockito-core:5.19.0'
8989
testImplementation 'org.mockito:mockito-inline:5.2.0'
9090
testImplementation 'androidx.test:core:1.6.1'
9191
testImplementation 'com.google.code.gson:gson:2.13.1'

0 commit comments

Comments
 (0)