We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31e6cf commit 173c0a6Copy full SHA for 173c0a6
build.gradle
@@ -21,7 +21,7 @@ repositories {
21
dependencies {
22
compileOnly "org.freemarker:freemarker:2.3.32"
23
compileOnly "com.graphql-java:graphql-java:20.2"
24
- compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.0"
+ compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.1"
25
compileOnly "com.typesafe:config:1.4.2"
26
27
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
0 commit comments