From d997f70e28ab70146ced359e509fc53b4f6f4407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 07:42:13 +0000 Subject: [PATCH] chore: bump com.usebutton.merchant:button-merchant from 1.5.0 to 1.6.1 Bumps [com.usebutton.merchant:button-merchant](https://github.com/button/button-merchant-android) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/button/button-merchant-android/releases) - [Commits](https://github.com/button/button-merchant-android/compare/1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: com.usebutton.merchant:button-merchant dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 22ff7a9..d75ac1f 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ android { dependencies { implementation 'androidx.annotation:annotation:1.5.0' - api 'com.usebutton.merchant:button-merchant:1.5.0' + api 'com.usebutton.merchant:button-merchant:1.6.1' testImplementation 'com.squareup.assertj:assertj-android:1.2.0' testImplementation ("io.mockk:mockk:1.13.4") }