We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6246639 + 5bf441d commit 70ab0f7Copy full SHA for 70ab0f7
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
gradle.properties
@@ -5,4 +5,4 @@ org.gradle.daemon=true
5
org.gradle.parallel=true
6
org.gradle.jvmargs=-Dfile.encoding=UTF-8
7
8
-version = 8.2
+version = 8.3
0 commit comments