We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e4053 commit 5bf441dCopy full SHA for 5bf441d
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:8.2"
+ compile "io.github.graphql-java:graphql-java-annotations:8.3"
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>8.2</version>
+ <version>8.3</version>
51
</dependency>
52
53
0 commit comments