Skip to content

Commit ae8207d

Browse files
committed
update graphql java
1 parent 2ec824f commit ae8207d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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:0.0.0-2021-07-29T09-42-35-b7c6d4b5")
54+
implementation("com.graphql-java:graphql-java:0.0.0-2021-08-01T03-54-24-35768a0e")
5555
annotationProcessor("info.picocli:picocli-codegen:4.6.1")
5656
testCompile("junit", "junit", "4.12")
5757
}

0 commit comments

Comments
 (0)