File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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.1.1 '
29
+ compile 'com.graphql-java-kickstart:graphql-java-tools:11.1.2 '
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.1.1 </version >
46
+ <version >11.1.2 </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.1.2 -SNAPSHOT</version >
7
+ <version >11.1.3 -SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >GraphQL Java Tools</name >
17
17
<kotlin .version>1.5.0</kotlin .version>
18
18
<kotlin-coroutines .version>1.5.0-native-mt</kotlin-coroutines .version>
19
19
<jackson .version>2.12.5</jackson .version>
20
- <graphql-java .version>17.2 </graphql-java .version>
20
+ <graphql-java .version>17.3 </graphql-java .version>
21
21
22
22
<maven .compiler.source>${java.version} </maven .compiler.source>
23
23
<maven .compiler.target>${java.version} </maven .compiler.target>
112
112
<dependency >
113
113
<groupId >org.springframework</groupId >
114
114
<artifactId >spring-aop</artifactId >
115
- <version >5.3.9 </version >
115
+ <version >5.3.10 </version >
116
116
<scope >provided</scope >
117
117
</dependency >
118
118
127
127
<dependency >
128
128
<groupId >ch.qos.logback</groupId >
129
129
<artifactId >logback-classic</artifactId >
130
- <version >1.2.5 </version >
130
+ <version >1.2.6 </version >
131
131
<scope >test</scope >
132
132
<exclusions >
133
133
<exclusion >
316
316
<plugin >
317
317
<groupId >org.apache.maven.plugins</groupId >
318
318
<artifactId >maven-javadoc-plugin</artifactId >
319
- <version >3.3.0 </version >
319
+ <version >3.3.1 </version >
320
320
<executions >
321
321
<execution >
322
322
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments