From f8d7c576b0d55bf120b8a7624ac4acd594eb001f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:45:00 +0000 Subject: [PATCH] chore(deps): bump org.hamcrest:hamcrest-core from 1.3 to 3.0 Bumps [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 3.0. - [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...v3.0) --- 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 cd5625026a5..2dab3255267 100644 --- a/grails-core/build.gradle +++ b/grails-core/build.gradle @@ -70,7 +70,7 @@ dependencies { exclude group: 'commons-logging', module:'commons-logging' } - testImplementation "org.hamcrest:hamcrest-core:1.3" + testImplementation "org.hamcrest:hamcrest-core:3.0" testRuntimeOnly "com.h2database:h2:$h2Version"