File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This project wraps the Java implementation of GraphQL provided by [GraphQL Java]
9
9
See [ GraphQL Java documentation] ( https://www.graphql-java.com/documentation/latest/ ) for more in depth details
10
10
regarding GraphQL Java itself.
11
11
12
- We try to stay up to date with GraphQL Java as much as possible. The current version supports ** GraphQL Java 10 .0** .
12
+ We try to stay up to date with GraphQL Java as much as possible. The current version supports ** GraphQL Java 11 .0** .
13
13
14
14
This project requires at least Java 8.
15
15
@@ -31,7 +31,7 @@ repositories {
31
31
Add the ` graphql-java-servlet ` dependency:
32
32
``` gradle
33
33
dependencies {
34
- compile 'com.graphql-java-kickstart:graphql-java-servlet:6.2 .0'
34
+ compile 'com.graphql-java-kickstart:graphql-java-servlet:7.0 .0'
35
35
}
36
36
```
37
37
@@ -42,7 +42,7 @@ Add the `graphql-java-servlet` dependency:
42
42
<dependency >
43
43
<groupId >com.graphql-java-kickstart</groupId >
44
44
<artifactId >graphql-java-servlet</artifactId >
45
- <version >6.2 .0</version >
45
+ <version >7.0 .0</version >
46
46
</dependency >
47
47
```
48
48
You can’t perform that action at this time.
0 commit comments