Skip to content

Commit 0b4fe44

Browse files
Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 in /sample/android (#336)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.5. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.5) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.5 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 d9a87b1 commit 0b4fe44

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

136136
if (hermesEnabled.toBoolean()) {

0 commit comments

Comments
 (0)