File tree Expand file tree Collapse file tree 2 files changed +26
-5
lines changed Expand file tree Collapse file tree 2 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2424 <java .version>1.8</java .version>
25- <graphql-spring-boot-starter .version>5.0.6</graphql-spring-boot-starter .version>
25+ <graphql-spring-boot-starter .version>5.2</graphql-spring-boot-starter .version>
26+ <graphql-java-tools .version>5.4.1-SNAPSHOT</graphql-java-tools .version>
2627 </properties >
2728
2829 <dependencies >
6364 <dependency >
6465 <groupId >com.graphql-java-kickstart</groupId >
6566 <artifactId >graphql-java-tools</artifactId >
66- <version >5.3.5 </version >
67+ <version >${graphql-java-tools.version} </version >
6768 </dependency >
69+ <!-- <dependency>
70+ <groupId>org.jetbrains.kotlin</groupId>
71+ <artifactId>kotlin-stdlib</artifactId>
72+ <version>1.3.10</version>
73+ </dependency>-->
6874 </dependencies >
6975
7076 <build >
7379 <groupId >org.springframework.boot</groupId >
7480 <artifactId >spring-boot-maven-plugin</artifactId >
7581 </plugin >
82+ <plugin >
83+ <groupId >org.jetbrains.kotlin</groupId >
84+ <artifactId >kotlin-maven-plugin</artifactId >
85+ <version >1.3.10</version >
86+ <executions >
87+ <execution >
88+ <id >compile</id >
89+ <phase >process-sources</phase >
90+ <goals >
91+ <goal >compile</goal >
92+ </goals >
93+ </execution >
94+ </executions >
95+ </plugin >
7696 </plugins >
7797 </build >
7898</project >
Original file line number Diff line number Diff line change 1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <java .version>1.8</java .version>
17- <kotlin .version>1.3.0</kotlin .version>
17+ <kotlin .version>1.3.10</kotlin .version>
18+ <kotlin-coroutines .version>1.0.1</kotlin-coroutines .version>
1819 <jackson .version>2.9.6</jackson .version>
1920
2021 <maven .compiler.source>${java.version} </maven .compiler.source>
3738 <dependency >
3839 <groupId >org.jetbrains.kotlinx</groupId >
3940 <artifactId >kotlinx-coroutines-jdk8</artifactId >
40- <version >1.0.0 </version >
41+ <version >${kotlin-coroutines.version} </version >
4142 </dependency >
4243 <dependency >
4344 <groupId >org.jetbrains.kotlinx</groupId >
4445 <artifactId >kotlinx-coroutines-reactive</artifactId >
45- <version >1.0.0 </version >
46+ <version >${kotlin-coroutines.version} </version >
4647 </dependency >
4748 <dependency >
4849 <groupId >com.graphql-java</groupId >
You can’t perform that action at this time.
0 commit comments