Skip to content

Commit e2536ef

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fcc16af + 9989c8e commit e2536ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project wraps the Java implementation of GraphQL provided by [GraphQL Java]
99
See [GraphQL Java documentation](https://www.graphql-java.com/documentation/latest/) for more in depth details
1010
regarding 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

1414
This project requires at least Java 8.
1515

@@ -31,7 +31,7 @@ repositories {
3131
Add the `graphql-java-servlet` dependency:
3232
```gradle
3333
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'
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

0 commit comments

Comments
 (0)