Skip to content

Commit aba668d

Browse files
authored
Update getting_started.rst
1 parent 8987ac6 commit aba668d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Dependency:
2121
.. code-block:: groovy
2222
2323
dependencies {
24-
compile 'com.graphql-java:graphql-java:3.0.0'
24+
compile 'com.graphql-java:graphql-java:5.0.0'
2525
}
2626
2727
@@ -35,7 +35,7 @@ Dependency:
3535
<dependency>
3636
<groupId>com.graphql-java</groupId>
3737
<artifactId>graphql-java</artifactId>
38-
<version>3.0.0</version>
38+
<version>5.0.0</version>
3939
</dependency>
4040
4141

0 commit comments

Comments
 (0)