File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 138
138
<junit .version>4.12</junit .version>
139
139
<junit-jupiter .version>5.4.0</junit-jupiter .version>
140
140
<kafka .version>2.1.1</kafka .version>
141
- <kotlin .version>1.2.71 </kotlin .version>
141
+ <kotlin .version>1.3.21 </kotlin .version>
142
142
<lettuce .version>5.1.5.RELEASE</lettuce .version>
143
143
<liquibase .version>3.6.3</liquibase .version>
144
144
<log4j2 .version>2.11.2</log4j2 .version>
2469
2469
<artifactId >kotlin-reflect</artifactId >
2470
2470
<version >${kotlin.version} </version >
2471
2471
</dependency >
2472
- <dependency >
2473
- <groupId >org.jetbrains.kotlin</groupId >
2474
- <artifactId >kotlin-runtime</artifactId >
2475
- <version >${kotlin.version} </version >
2476
- </dependency >
2477
2472
<dependency >
2478
2473
<groupId >org.jetbrains.kotlin</groupId >
2479
2474
<artifactId >kotlin-stdlib</artifactId >
Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >io.mockk</groupId >
65
65
<artifactId >mockk</artifactId >
66
- <version >1.9.1.kotlin12 </version >
66
+ <version >1.9.1</version >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >org.sonatype.plexus</groupId >
287
287
<version >${kotlin.version} </version >
288
288
<configuration >
289
289
<jvmTarget >${java.version} </jvmTarget >
290
- <apiVersion >1.1</apiVersion >
291
- <languageVersion >1.1</languageVersion >
292
290
<javaParameters >true</javaParameters >
293
291
</configuration >
294
292
</plugin >
Original file line number Diff line number Diff line change 172
172
<artifactId >johnzon-jsonb</artifactId >
173
173
<scope >test</scope >
174
174
</dependency >
175
- <dependency >
176
- <groupId >org.jetbrains.kotlin</groupId >
177
- <artifactId >kotlin-runtime</artifactId >
178
- <scope >test</scope >
179
- </dependency >
180
175
<dependency >
181
176
<groupId >org.slf4j</groupId >
182
177
<artifactId >slf4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments