Skip to content

Commit 44cac14

Browse files
authored
Revert graphql-java back to 20.2 (#1302)
1 parent 8b690ba commit 44cac14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
dependencies {
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

plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

plugins/maven/graphql-java-codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
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>

0 commit comments

Comments
 (0)