File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed 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.4.21 </kotlin .version>
17
+ <kotlin .version>1.4.30 </kotlin .version>
18
18
<kotlin-coroutines .version>1.4.3-native-mt</kotlin-coroutines .version>
19
19
<jackson .version>2.12.3</jackson .version>
20
20
<graphql-java .version>16.2</graphql-java .version>
51
51
<groupId >org.jetbrains.kotlinx</groupId >
52
52
<artifactId >kotlinx-coroutines-jdk8</artifactId >
53
53
<version >${kotlin-coroutines.version} </version >
54
- <exclusions >
55
- <exclusion >
56
- <groupId >org.jetbrains.kotlin</groupId >
57
- <artifactId >kotlin-stdlib</artifactId >
58
- </exclusion >
59
- </exclusions >
60
54
</dependency >
61
55
<dependency >
62
56
<groupId >org.jetbrains.kotlinx</groupId >
63
57
<artifactId >kotlinx-coroutines-core</artifactId >
64
58
<version >${kotlin-coroutines.version} </version >
65
- <exclusions >
66
- <exclusion >
67
- <groupId >org.jetbrains.kotlin</groupId >
68
- <artifactId >kotlin-stdlib</artifactId >
69
- </exclusion >
70
- <exclusion >
71
- <groupId >org.jetbrains.kotlin</groupId >
72
- <artifactId >kotlin-stdlib-common</artifactId >
73
- </exclusion >
74
- </exclusions >
75
59
</dependency >
76
60
<dependency >
77
61
<groupId >org.jetbrains.kotlinx</groupId >
78
62
<artifactId >kotlinx-coroutines-reactive</artifactId >
79
63
<version >${kotlin-coroutines.version} </version >
80
- <exclusions >
81
- <exclusion >
82
- <groupId >org.jetbrains.kotlin</groupId >
83
- <artifactId >kotlin-stdlib</artifactId >
84
- </exclusion >
85
- </exclusions >
86
64
</dependency >
87
65
<dependency >
88
66
<groupId >com.graphql-java</groupId >
You can’t perform that action at this time.
0 commit comments