File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Dependency:
2121.. code-block :: groovy
2222
2323 dependencies {
24- compile 'com.graphql-java:graphql-java:8 .0'
24+ compile 'com.graphql-java:graphql-java:9 .0'
2525 }
2626
2727
@@ -35,7 +35,7 @@ Dependency:
3535 <dependency >
3636 <groupId >com.graphql-java</groupId >
3737 <artifactId >graphql-java</artifactId >
38- <version >8 .0</version >
38+ <version >9 .0</version >
3939 </dependency >
4040
4141
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This is a GraphQL Java implementation based on the `specification <https://githu
1111and the JavaScript `reference implementation <https://github.com/graphql/graphql-js >`_.
1212
1313
14- **Status **: Version ``8 .0 `` is released.
14+ **Status **: Version ``9 .0 `` is released.
1515
1616Make sure to check out the `awesome related projects <https://github.com/graphql-java/awesome-graphql-java >`_ built on ``graphql-java ``.
1717
You can’t perform that action at this time.
0 commit comments