From cbd7c17cc73851725ba9d5088eb4aabdc3b11735 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 08:53:06 +0000 Subject: [PATCH] Bump jackson-databind from 2.4.2 to 2.10.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.4.2 to 2.10.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 34774f7..515ef42 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ version = "0.4.2" dependencies { compile 'org.apache.httpcomponents:httpclient:4.3.5' compile 'org.slf4j:slf4j-api:1.7.7' - compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2' + compile 'com.fasterxml.jackson.core:jackson-databind:2.10.1' testCompile 'com.openpojo:openpojo:0.8.3' testCompile "org.codehaus.groovy:groovy-all:2.3.7"