From cda4f37289834b23d43a8ff03fe1ff95518ac1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:42:37 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.22.0 to 2.22.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.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 7e9a6393c..cf025b366 100644 --- a/implementations/java-json-schema/build.gradle +++ b/implementations/java-json-schema/build.gradle @@ -23,7 +23,7 @@ def harnessImplementation = [ def jsonProvider = [ group: 'com.fasterxml.jackson.core', name: 'jackson-databind', - version: '2.22.0' + version: '2.22.1' ] dependencies {