File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments