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 22
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
23
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24
24
<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>
26
27
</properties >
27
28
28
29
<dependencies >
63
64
<dependency >
64
65
<groupId >com.graphql-java-kickstart</groupId >
65
66
<artifactId >graphql-java-tools</artifactId >
66
- <version >5.3.5 </version >
67
+ <version >${graphql-java-tools.version} </version >
67
68
</dependency >
69
+ <!-- <dependency>
70
+ <groupId>org.jetbrains.kotlin</groupId>
71
+ <artifactId>kotlin-stdlib</artifactId>
72
+ <version>1.3.10</version>
73
+ </dependency>-->
68
74
</dependencies >
69
75
70
76
<build >
73
79
<groupId >org.springframework.boot</groupId >
74
80
<artifactId >spring-boot-maven-plugin</artifactId >
75
81
</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 >
76
96
</plugins >
77
97
</build >
78
98
</project >
Original file line number Diff line number Diff line change 14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<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>
18
19
<jackson .version>2.9.6</jackson .version>
19
20
20
21
<maven .compiler.source>${java.version} </maven .compiler.source>
37
38
<dependency >
38
39
<groupId >org.jetbrains.kotlinx</groupId >
39
40
<artifactId >kotlinx-coroutines-jdk8</artifactId >
40
- <version >1.0.0 </version >
41
+ <version >${kotlin-coroutines.version} </version >
41
42
</dependency >
42
43
<dependency >
43
44
<groupId >org.jetbrains.kotlinx</groupId >
44
45
<artifactId >kotlinx-coroutines-reactive</artifactId >
45
- <version >1.0.0 </version >
46
+ <version >${kotlin-coroutines.version} </version >
46
47
</dependency >
47
48
<dependency >
48
49
<groupId >com.graphql-java</groupId >
You can’t perform that action at this time.
0 commit comments