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 a18ed9b commit 4471d74Copy full SHA for 4471d74
plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
29
implementation "org.freemarker:freemarker:2.3.32"
30
implementation "com.graphql-java:graphql-java:20.2"
31
- implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
32
implementation "com.typesafe:config:1.4.3"
33
34
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
0 commit comments