We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba29d11 commit ca00c2bCopy full SHA for ca00c2b
README.md
@@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using
37
38
```groovy
39
dependencies {
40
- compile "io.github.graphql-java:graphql-java-annotations:9.1"
+ compile "io.github.graphql-java:graphql-java-annotations:21.1"
41
}
42
```
43
@@ -47,7 +47,7 @@ dependencies {
47
<dependency>
48
<groupId>io.github.graphql-java</groupId>
49
<artifactId>graphql-java-annotations</artifactId>
50
- <version>9.1</version>
+ <version>21.1</version>
51
</dependency>
52
53
0 commit comments