File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ kotlin.version=1.5.0
26
26
27
27
Add the dependency:
28
28
``` groovy
29
- compile 'com.graphql-java-kickstart:graphql-java-tools:11.0.3 '
29
+ compile 'com.graphql-java-kickstart:graphql-java-tools:11.1.0 '
30
30
```
31
31
32
32
### Using Maven
@@ -43,7 +43,7 @@ Add the dependency:
43
43
<dependency >
44
44
<groupId >com.graphql-java-kickstart</groupId >
45
45
<artifactId >graphql-java-tools</artifactId >
46
- <version >11.0.3 </version >
46
+ <version >11.1.0 </version >
47
47
</dependency >
48
48
```
49
49
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.graphql-java-kickstart</groupId >
6
6
<artifactId >graphql-java-tools</artifactId >
7
- <version >11.0.4 -SNAPSHOT</version >
7
+ <version >11.1.0 -SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >GraphQL Java Tools</name >
You can’t perform that action at this time.
0 commit comments