From 0881ad9ddd353225d0c4c12fb80af27f650d6e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 01:08:24 +0000 Subject: [PATCH] Bump jackson-databind from 2.12.1 to 2.12.2 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.1 to 2.12.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 708d7e881..baf7d4d6a 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { implementation "org.freemarker:freemarker:2.3.31" implementation "com.graphql-java:graphql-java:15.0" - implementation "com.fasterxml.jackson.core:jackson-databind:2.12.1" + implementation "com.fasterxml.jackson.core:jackson-databind:2.12.2" testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.1" testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.1"