From 9e698ea111eabc3482e9dccb6029a349dea8d3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 23:19:16 +0000 Subject: [PATCH] Build(deps): Bump jackson-databind from 2.14.1 to 2.14.2 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.1 to 2.14.2. - [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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a97a7fe..2a9b043 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { // Parser implementation 'com.google.code.gson:gson:2.10' implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1' // Commons Library