From d175e95624ca0facf62ca5a0aeacbe95fdabe9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:12:17 +0000 Subject: [PATCH] Bump org.hamcrest:hamcrest from 2.2 to 3.0 Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 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/v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 816d4812f..80cb2abfc 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { compileOnly group: 'org.scala-lang', name: 'scala-library', version: '2.13.14' implementation group: 'org.json', name: 'json', version: '20240303' testImplementation group: 'junit', name: 'junit', version: '4.13.2' - testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' + testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0' testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0' testImplementation group: 'org.scala-lang', name: 'scala-library', version: '2.13.14' testImplementation(group: 'io.rest-assured', name: 'rest-assured', version: '4.2.0') {