Skip to content

Commit

Permalink
Revert graphql-java back to 20.2 (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobylynskyi authored Aug 8, 2023
1 parent 8b690ba commit 44cac14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
compileOnly "org.freemarker:freemarker:2.3.32"
compileOnly "com.graphql-java:graphql-java:21.0"
compileOnly "com.graphql-java:graphql-java:20.2"
compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.2"
compileOnly "com.typesafe:config:1.4.2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation "io.github.kobylynskyi:graphql-java-codegen:${version}"

implementation "org.freemarker:freemarker:2.3.32"
implementation "com.graphql-java:graphql-java:21.0"
implementation "com.graphql-java:graphql-java:20.2"
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"
implementation "com.typesafe:config:1.4.2"

Expand Down
2 changes: 1 addition & 1 deletion plugins/maven/graphql-java-codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>21.0</version>
<version>20.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 44cac14

Please sign in to comment.