File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
gradle/graphql-java-codegen-gradle-plugin
maven/graphql-java-codegen-maven-plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020
2121dependencies {
2222 compileOnly " org.freemarker:freemarker:2.3.32"
23- compileOnly " com.graphql-java:graphql-java:21.0 "
23+ compileOnly " com.graphql-java:graphql-java:20.2 "
2424 compileOnly " com.fasterxml.jackson.core:jackson-databind:2.15.2"
2525 compileOnly " com.typesafe:config:1.4.2"
2626
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 implementation " io.github.kobylynskyi:graphql-java-codegen:${ version} "
2828
2929 implementation " org.freemarker:freemarker:2.3.32"
30- implementation " com.graphql-java:graphql-java:21.0 "
30+ implementation " com.graphql-java:graphql-java:20.2 "
3131 implementation " com.fasterxml.jackson.core:jackson-databind:2.15.2"
3232 implementation " com.typesafe:config:1.4.2"
3333
Original file line number Diff line number Diff line change 121121 <dependency >
122122 <groupId >com.graphql-java</groupId >
123123 <artifactId >graphql-java</artifactId >
124- <version >21.0 </version >
124+ <version >20.2 </version >
125125 </dependency >
126126 <dependency >
127127 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments