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
2626
2727Add the dependency:
2828``` 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 '
3030```
3131
3232### Using Maven
@@ -43,7 +43,7 @@ Add the dependency:
4343<dependency >
4444 <groupId >com.graphql-java-kickstart</groupId >
4545 <artifactId >graphql-java-tools</artifactId >
46- <version >11.1.1 </version >
46+ <version >11.1.2 </version >
4747</dependency >
4848```
4949
Original file line number Diff line number Diff line change 44
55 <groupId >com.graphql-java-kickstart</groupId >
66 <artifactId >graphql-java-tools</artifactId >
7- <version >11.1.2 -SNAPSHOT</version >
7+ <version >11.1.3 -SNAPSHOT</version >
88 <packaging >jar</packaging >
99
1010 <name >GraphQL Java Tools</name >
1717 <kotlin .version>1.5.0</kotlin .version>
1818 <kotlin-coroutines .version>1.5.0-native-mt</kotlin-coroutines .version>
1919 <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>
2121
2222 <maven .compiler.source>${java.version} </maven .compiler.source>
2323 <maven .compiler.target>${java.version} </maven .compiler.target>
112112 <dependency >
113113 <groupId >org.springframework</groupId >
114114 <artifactId >spring-aop</artifactId >
115- <version >5.3.9 </version >
115+ <version >5.3.10 </version >
116116 <scope >provided</scope >
117117 </dependency >
118118
127127 <dependency >
128128 <groupId >ch.qos.logback</groupId >
129129 <artifactId >logback-classic</artifactId >
130- <version >1.2.5 </version >
130+ <version >1.2.6 </version >
131131 <scope >test</scope >
132132 <exclusions >
133133 <exclusion >
316316 <plugin >
317317 <groupId >org.apache.maven.plugins</groupId >
318318 <artifactId >maven-javadoc-plugin</artifactId >
319- <version >3.3.0 </version >
319+ <version >3.3.1 </version >
320320 <executions >
321321 <execution >
322322 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments