From 173c0a66dbbdae2cf64aea2df325a0dfee17f5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 17:11:32 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.0 to 2.15.1 (#1215) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 17b7ee46..7d837f04 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { dependencies { compileOnly "org.freemarker:freemarker:2.3.32" compileOnly "com.graphql-java:graphql-java:20.2" - compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.0" + compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.1" compileOnly "com.typesafe:config:1.4.2" testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3" -- GitLab