diff --git a/README.md b/README.md index 734807fc..b0d6470a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using ```groovy dependencies { - compile "io.github.graphql-java:graphql-java-annotations:9.1" + compile "io.github.graphql-java:graphql-java-annotations:21.1" } ``` @@ -47,7 +47,7 @@ dependencies { io.github.graphql-java graphql-java-annotations - 9.1 + 21.1 ```