File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ kotlin.version=1.8.21
26
26
27
27
Add the dependency:
28
28
``` groovy
29
- compile 'com.graphql-java-kickstart:graphql-java-tools:13.1.1 '
29
+ compile 'com.graphql-java-kickstart:graphql-java-tools:13.0.4 '
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 >13.1.1 </version >
46
+ <version >13.0.4 </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 >13.1.1 -SNAPSHOT</version >
7
+ <version >13.0.4 -SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >GraphQL Java Tools</name >
13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
- <java .version>11 </java .version>
16
+ <java .version>8 </java .version>
17
17
<kotlin .version>1.8.21</kotlin .version>
18
18
<kotlin-coroutines .version>1.7.3</kotlin-coroutines .version>
19
19
<jackson .version>2.15.3</jackson .version>
20
- <graphql-java .version>21.3 </graphql-java .version>
20
+ <graphql-java .version>20.1 </graphql-java .version>
21
21
<reactive-streams .version>1.0.4</reactive-streams .version>
22
22
23
23
<maven .compiler.source>${java.version} </maven .compiler.source>
You can’t perform that action at this time.
0 commit comments