Skip to content

Commit c61c9ba

Browse files
Bump org.mockito:mockito-inline from 4.6.1 to 5.2.0 in /sample/android (#180)
Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.6.1 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.1...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea2b4e4 commit c61c9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dependencies {
126126
testImplementation "junit:junit:4.13.2"
127127
testImplementation "org.mockito:mockito-core:4.11.0"
128128
androidTestImplementation "org.mockito:mockito-android:4.11.0"
129-
testImplementation "org.mockito:mockito-inline:4.6.1"
129+
testImplementation "org.mockito:mockito-inline:5.2.0"
130130
testImplementation "org.assertj:assertj-core:3.27.3"
131131
testImplementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}")
132132

0 commit comments

Comments
 (0)