File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 61
61
<properties >
62
62
<!-- Project versions -->
63
63
<java .version>1.8</java .version>
64
- <kotlin .version>1.3.21</kotlin .version>
64
+ <kotlin .version>1.3.31</kotlin .version>
65
+ <spring-boot .version>2.1.2.RELEASE</spring-boot .version>
65
66
66
67
<!-- Dependency Versions -->
67
68
<graphql-kotlin .version>0.4.1-SNAPSHOT</graphql-kotlin .version>
79
80
<version >${graphql-kotlin.version} </version >
80
81
</dependency >
81
82
<dependency >
82
- <groupId >org.springframework.boot</groupId >
83
- <artifactId >spring-boot-starter-webflux</artifactId >
84
- <version >2.1.2.RELEASE</version >
83
+ <groupId >com.fasterxml.jackson.module</groupId >
84
+ <artifactId >jackson-module-kotlin</artifactId >
85
85
</dependency >
86
86
<dependency >
87
- <groupId >io.projectreactor.netty </groupId >
88
- <artifactId >reactor-netty </artifactId >
89
- <version >0.8.4.RELEASE </version >
87
+ <groupId >org.springframework.boot </groupId >
88
+ <artifactId >spring-boot-starter-webflux </artifactId >
89
+ <version >${spring-boot.version} </version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >org.jetbrains.kotlin</groupId >
93
93
<artifactId >kotlin-test</artifactId >
94
94
<version >${kotlin.version} </version >
95
95
<scope >test</scope >
96
96
</dependency >
97
- <dependency >
98
- <groupId >com.fasterxml.jackson.module</groupId >
99
- <artifactId >jackson-module-kotlin</artifactId >
100
- <version >2.8.8</version >
101
- </dependency >
102
97
</dependencies >
103
98
104
99
<build >
Original file line number Diff line number Diff line change 76
76
<!-- Dependency Versions -->
77
77
<graphql-java .version>11.0</graphql-java .version>
78
78
<jackson-module-kotlin .version>2.9.8</jackson-module-kotlin .version>
79
- <kotlin .version>1.3.21 </kotlin .version>
80
- <kotlin-coroutines .version>1.1 .1</kotlin-coroutines .version>
79
+ <kotlin .version>1.3.31 </kotlin .version>
80
+ <kotlin-coroutines .version>1.2 .1</kotlin-coroutines .version>
81
81
<reflections .version>0.9.11</reflections .version>
82
82
83
83
<!-- Test Dependency Versions -->
You can’t perform that action at this time.
0 commit comments