Skip to content

Commit 9433e63

Browse files
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 in /sample/android (#233)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.4. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.4) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 320dd80 commit 9433e63

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
@@ -127,7 +127,7 @@ dependencies {
127127
testImplementation "org.mockito:mockito-core:4.11.0"
128128
androidTestImplementation "org.mockito:mockito-android:4.11.0"
129129
testImplementation "org.mockito:mockito-inline:5.2.0"
130-
testImplementation "org.assertj:assertj-core:3.27.3"
130+
testImplementation "org.assertj:assertj-core:3.27.4"
131131
testImplementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}")
132132

133133
if (hermesEnabled.toBoolean()) {

0 commit comments

Comments
 (0)