Skip to content

Commit 1c4a072

Browse files
fix getting started versions
1 parent 1dd0848 commit 1c4a072

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/documentation/v10/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Dependency:
2626

2727
{{< highlight groovy "linenos=table" >}}
2828
dependencies {
29-
compile 'com.graphql-java:graphql-java:9.0'
29+
compile 'com.graphql-java:graphql-java:10.0'
3030
}
3131
{{< / highlight >}}
3232

@@ -39,7 +39,7 @@ Dependency:
3939
<dependency>
4040
<groupId>com.graphql-java</groupId>
4141
<artifactId>graphql-java</artifactId>
42-
<version>9.0</version>
42+
<version>10.0</version>
4343
</dependency>
4444
{{< / highlight >}}
4545

content/documentation/v9/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Dependency:
2626

2727
{{< highlight groovy "linenos=table" >}}
2828
dependencies {
29-
compile 'com.graphql-java:graphql-java:9.0'
29+
compile 'com.graphql-java:graphql-java:9.4'
3030
}
3131
{{< / highlight >}}
3232

@@ -39,7 +39,7 @@ Dependency:
3939
<dependency>
4040
<groupId>com.graphql-java</groupId>
4141
<artifactId>graphql-java</artifactId>
42-
<version>9.0</version>
42+
<version>9.4</version>
4343
</dependency>
4444
{{< / highlight >}}
4545

0 commit comments

Comments
 (0)