Skip to content

Commit 27d8fec

Browse files
Bump org.mockito:mockito-core from 4.11.0 to 5.18.0 in /sample/android
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.18.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ccf631 commit 27d8fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ dependencies {
124124

125125
// Test dependencies
126126
testImplementation "junit:junit:4.13.2"
127-
testImplementation "org.mockito:mockito-core:4.11.0"
128-
androidTestImplementation "org.mockito:mockito-android:4.11.0"
127+
testImplementation "org.mockito:mockito-core:5.18.0"
128+
androidTestImplementation "org.mockito:mockito-android:5.18.0"
129129
testImplementation "org.mockito:mockito-inline:4.6.1"
130130
testImplementation "org.assertj:assertj-core:3.27.3"
131131
testImplementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}")

0 commit comments

Comments
 (0)