From d326c18324abd1fab529317ce312e72e2c3789c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:30:23 -0400 Subject: [PATCH] Bump uk.co.datumedge:hamcrest-json from 0.2 to 0.3 (#11732) Bumps [uk.co.datumedge:hamcrest-json](https://github.com/hertzsprung/hamcrest-json) from 0.2 to 0.3. - [Changelog](https://github.com/hertzsprung/hamcrest-json/blob/master/NEWS.md) - [Commits](https://github.com/hertzsprung/hamcrest-json/compare/hamcrest-json-0.2...hamcrest-json-0.3) --- updated-dependencies: - dependency-name: uk.co.datumedge:hamcrest-json dependency-type: direct:production update-type: version-update:semver-minor ... 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 3b09192943f..698701e242d 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ subprojects { javaWebSocketVersion = '1.5.3' gsonVersion = '2.10.1' guavaVersion = '32.1.1-jre' - hamcrestJsonVersion = '0.2' + hamcrestJsonVersion = '0.3' hamcrestOptionalVersion = '2.0.0' hamcrestVersion = '2.0.0.0' jacksonDataTypeVersion = '2.14.2'