From 217ae9abfa91e545ef329a9b9ddd640b9650bdcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 11:05:00 +0000 Subject: [PATCH] Bump hamcrest-core from 1.3 to 2.2 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) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- grails-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-core/build.gradle b/grails-core/build.gradle index 839e3c765eb..583b536b816 100644 --- a/grails-core/build.gradle +++ b/grails-core/build.gradle @@ -66,7 +66,7 @@ dependencies { exclude group: 'commons-logging', module:'commons-logging' } - testImplementation "org.hamcrest:hamcrest-core:1.3" + testImplementation "org.hamcrest:hamcrest-core:2.2" testRuntimeOnly "com.h2database:h2:$h2Version"