From 01d3b13bcd897a0bdf463eb21f38da93fc09948b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 10:10:40 -0800 Subject: [PATCH] Bump hamcrest-core from 1.3 to 2.2 (#107) Bumps [hamcrest-core](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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3ec10c70d..66fdd3072 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ For more details, please see https://issues.apache.org/jira/browse/AURORA-1169 force "junit:junit:${junitRev}" force "org.apache.thrift:libthrift:${thriftRev}" force "org.apache.zookeeper:zookeeper:${zookeeperRev}" - force "org.hamcrest:hamcrest-core:1.3" + force "org.hamcrest:hamcrest-core:2.2" force 'org.objenesis:objenesis:2.2' force "org.slf4j:slf4j-api:${slf4jRev}" }