Skip to content

Commit

Permalink
upgrade graphql java
Browse files Browse the repository at this point in the history
  • Loading branch information
andimarek-atlassian committed Jul 21, 2021
1 parent 579e60f commit 7d8dba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tasks.withType<JavaCompile> {

dependencies {
implementation("info.picocli:picocli:4.6.1")
implementation("com.graphql-java:graphql-java:2021-02-13T23-17-27-86627c27")
implementation("com.graphql-java:graphql-java:17.0-beta1")
annotationProcessor("info.picocli:picocli-codegen:4.6.1")
testCompile("junit", "junit", "4.12")
}

0 comments on commit 7d8dba8

Please sign in to comment.