Skip to content

Commit b34b217

Browse files
committed
Upgrade to Kotlin 1.3.21
Closes gh-16195
1 parent 341859b commit b34b217

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<junit.version>4.12</junit.version>
139139
<junit-jupiter.version>5.4.0</junit-jupiter.version>
140140
<kafka.version>2.1.1</kafka.version>
141-
<kotlin.version>1.2.71</kotlin.version>
141+
<kotlin.version>1.3.21</kotlin.version>
142142
<lettuce.version>5.1.5.RELEASE</lettuce.version>
143143
<liquibase.version>3.6.3</liquibase.version>
144144
<log4j2.version>2.11.2</log4j2.version>
@@ -2469,11 +2469,6 @@
24692469
<artifactId>kotlin-reflect</artifactId>
24702470
<version>${kotlin.version}</version>
24712471
</dependency>
2472-
<dependency>
2473-
<groupId>org.jetbrains.kotlin</groupId>
2474-
<artifactId>kotlin-runtime</artifactId>
2475-
<version>${kotlin.version}</version>
2476-
</dependency>
24772472
<dependency>
24782473
<groupId>org.jetbrains.kotlin</groupId>
24792474
<artifactId>kotlin-stdlib</artifactId>

spring-boot-project/spring-boot-parent/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.mockk</groupId>
6565
<artifactId>mockk</artifactId>
66-
<version>1.9.1.kotlin12</version>
66+
<version>1.9.1</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.sonatype.plexus</groupId>
@@ -287,8 +287,6 @@
287287
<version>${kotlin.version}</version>
288288
<configuration>
289289
<jvmTarget>${java.version}</jvmTarget>
290-
<apiVersion>1.1</apiVersion>
291-
<languageVersion>1.1</languageVersion>
292290
<javaParameters>true</javaParameters>
293291
</configuration>
294292
</plugin>

spring-boot-project/spring-boot-test/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@
172172
<artifactId>johnzon-jsonb</artifactId>
173173
<scope>test</scope>
174174
</dependency>
175-
<dependency>
176-
<groupId>org.jetbrains.kotlin</groupId>
177-
<artifactId>kotlin-runtime</artifactId>
178-
<scope>test</scope>
179-
</dependency>
180175
<dependency>
181176
<groupId>org.slf4j</groupId>
182177
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)