File tree 3 files changed +3
-3
lines changed
gradle/graphql-java-codegen-gradle-plugin
maven/graphql-java-codegen-maven-plugin
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
21
21
dependencies {
22
22
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 "
24
24
compileOnly " com.fasterxml.jackson.core:jackson-databind:2.15.2"
25
25
compileOnly " com.typesafe:config:1.4.2"
26
26
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation " io.github.kobylynskyi:graphql-java-codegen:${ version} "
28
28
29
29
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 "
31
31
implementation " com.fasterxml.jackson.core:jackson-databind:2.15.2"
32
32
implementation " com.typesafe:config:1.4.2"
33
33
Original file line number Diff line number Diff line change 121
121
<dependency >
122
122
<groupId >com.graphql-java</groupId >
123
123
<artifactId >graphql-java</artifactId >
124
- <version >21.0 </version >
124
+ <version >20.2 </version >
125
125
</dependency >
126
126
<dependency >
127
127
<groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments