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]
99See [ GraphQL Java documentation] ( https://www.graphql-java.com/documentation/latest/ ) for more in depth details
1010regarding GraphQL Java itself.
1111
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** .
1313
1414This project requires at least Java 8.
1515
@@ -31,7 +31,7 @@ repositories {
3131Add the ` graphql-java-servlet ` dependency:
3232``` gradle
3333dependencies {
34- compile 'com.graphql-java-kickstart:graphql-java-servlet:6.2 .0'
34+ compile 'com.graphql-java-kickstart:graphql-java-servlet:7.0 .0'
3535}
3636```
3737
@@ -42,7 +42,7 @@ Add the `graphql-java-servlet` dependency:
4242<dependency >
4343 <groupId >com.graphql-java-kickstart</groupId >
4444 <artifactId >graphql-java-servlet</artifactId >
45- <version >6.2 .0</version >
45+ <version >7.0 .0</version >
4646</dependency >
4747```
4848
You can’t perform that action at this time.
0 commit comments