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.
2 parents e18596c + 31916fd commit 33a57d1Copy full SHA for 33a57d1
plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
implementation "io.github.kobylynskyi:graphql-java-codegen:${version}"
28
29
implementation "org.freemarker:freemarker:2.3.32"
30
- implementation "com.graphql-java:graphql-java:20.1"
+ implementation "com.graphql-java:graphql-java:20.2"
31
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"
32
implementation "com.typesafe:config:1.4.1"
33
0 commit comments