diff --git a/build.gradle b/build.gradle index 0d6c49d25..408f5ea9a 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.3" + compileOnly "com.fasterxml.jackson.core:jackson-databind:2.20.1" compileOnly "com.typesafe:config:1.4.3" testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"