From 931945321af43f8e3549e18217827d010a402037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:33:55 +0000 Subject: [PATCH] Bump dev.harrel:json-schema in /implementations/java-json-schema Bumps [dev.harrel:json-schema](https://github.com/harrel56/json-schema) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/harrel56/json-schema/releases) - [Commits](https://github.com/harrel56/json-schema/compare/1.9.0...1.9.1) --- updated-dependencies: - dependency-name: dev.harrel:json-schema dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- implementations/java-json-schema/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/java-json-schema/build.gradle b/implementations/java-json-schema/build.gradle index 7fd744470..0c4c5784b 100644 --- a/implementations/java-json-schema/build.gradle +++ b/implementations/java-json-schema/build.gradle @@ -18,7 +18,7 @@ repositories { def harnessImplementation = [ group: 'dev.harrel', name: 'json-schema', - version: '1.9.0' + version: '1.9.1' ] def jsonProvider = [ group: 'com.fasterxml.jackson.core',