From 0d3251e4ab58cb735b4a80a4117757bd93732262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:07:26 +0000 Subject: [PATCH] Bump jackson-databind from 2.13.3 to 2.14.0 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 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 87e1c90..ef35a5a 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ configurations { dependencies { implementation 'org.apache.commons:commons-csv:1.9.0' implementation 'org.apache.commons:commons-text:1.9' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0' implementation 'commons-io:commons-io:2.11.0' implementation 'org.languagetool:language-en:5.8' implementation 'org.languagetool:languagetool-core:5.8'