From a3edaefa0db7c331dbe0ad377f9422af2ef44ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 02:07:47 +0000 Subject: [PATCH] Bump jackson-databind from 2.0.1 to 2.14.0 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.0.1 to 2.14.0. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e28600b..fc14010 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { dependencies { implementation 'com.networknt:json-schema-validator:1.0.64' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.0.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0' }