diff --git a/README.md b/README.md index 0dc6c7c2..9cb3415b 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:8.2" + compile "io.github.graphql-java:graphql-java-annotations:8.3" } ``` @@ -47,7 +47,7 @@ dependencies { io.github.graphql-java graphql-java-annotations - 8.2 + 8.3 ``` diff --git a/gradle.properties b/gradle.properties index 0671aa39..08007738 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ org.gradle.daemon=true org.gradle.parallel=true org.gradle.jvmargs=-Dfile.encoding=UTF-8 -version = 8.2 +version = 8.3