From cacb1d26e313190dde50e11465ffa93f09972d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 17:20:15 +0000 Subject: [PATCH] Bump jackson-databind from 2.11.1 to 2.11.2 (#264) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 669f8d3e..9bfa6117 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { implementation "org.freemarker:freemarker:2.3.30" implementation "com.graphql-java:graphql-java:15.0" - implementation "com.fasterxml.jackson.core:jackson-databind:2.11.1" + implementation "com.fasterxml.jackson.core:jackson-databind:2.11.2" testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2" testImplementation "org.junit.jupiter:junit-jupiter-params:5.6.2" -- GitLab