diff --git a/build.gradle b/build.gradle index 5bc5f7d..5772101 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } dependencies { - compile 'com.graphql-java:graphql-java:14.0' + compile 'com.graphql-java:graphql-java:17.1' compile 'io.github.graphql-java:graphql-java-annotations:8.0' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test'