From 4abe7984020b1c4f43abdec7c9be637cd45e6448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 06:52:56 +0000 Subject: [PATCH] Bump hamcrest-library from 1.3 to 2.2 Bumps [hamcrest-library](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](https://github.com/hamcrest/JavaHamcrest/compare/hamcrest-java-1.3...v2.2) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1c1d6de..984e2de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -147,7 +147,7 @@ dependencies { implementation 'com.github.apl-devs:appintro:v4.2.2' implementation 'com.h6ah4i.android.widget.verticalseekbar:verticalseekbar:0.7.2' implementation 'com.android.support:gridlayout-v7:27.1.1' - androidTestImplementation 'org.hamcrest:hamcrest-library:1.3' + androidTestImplementation 'org.hamcrest:hamcrest-library:2.2' implementation('org.rm3l:maoni:4.1.2@aar') { transitive = true }