diff --git a/build.gradle b/build.gradle index 17b7ee46e1d7ac25583756c7d6f556906998db58..7d837f04c98a9c340fed06b2c732d31fd9b8c416 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"