Skip to content

Commit 2ec824f

Browse files
committed
upgrade graphql java
1 parent 7d8dba8 commit 2ec824f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tasks.withType<JavaCompile> {
5151

5252
dependencies {
5353
implementation("info.picocli:picocli:4.6.1")
54-
implementation("com.graphql-java:graphql-java:17.0-beta1")
54+
implementation("com.graphql-java:graphql-java:0.0.0-2021-07-29T09-42-35-b7c6d4b5")
5555
annotationProcessor("info.picocli:picocli-codegen:4.6.1")
5656
testCompile("junit", "junit", "4.12")
5757
}

0 commit comments

Comments
 (0)