From 8537e0f910dfb308e427eb7962e7033557676cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 07:17:40 +0000 Subject: [PATCH] Bump hamcrest from 2.1 to 2.2 Bumps [hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.1 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/v2.1...v2.2) Signed-off-by: dependabot[bot] --- uhabits-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index 1785a6f6f..91da990ce 100644 --- a/uhabits-core/build.gradle.kts +++ b/uhabits-core/build.gradle.kts @@ -60,7 +60,7 @@ kotlin { implementation(kotlin("test")) implementation(kotlin("test-junit")) implementation("org.xerial:sqlite-jdbc:3.25.2") - implementation("org.hamcrest:hamcrest:2.1") + implementation("org.hamcrest:hamcrest:2.2") implementation("nl.jqno.equalsverifier:equalsverifier:2.4.8") implementation("org.apache.commons:commons-io:1.3.2") implementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")