Skip to content

Commit 02e89ac

Browse files
committed
Add managed version for kotlin-runtime to spring-boot-parent
See gh-7101
1 parent 64d3219 commit 02e89ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

spring-boot-parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@
212212
<artifactId>gradle-plugins</artifactId>
213213
<version>${gradle.version}</version>
214214
</dependency>
215+
<dependency>
216+
<groupId>org.jetbrains.kotlin</groupId>
217+
<artifactId>kotlin-runtime</artifactId>
218+
<version>1.0.4</version>
219+
</dependency>
215220
<dependency>
216221
<groupId>org.zeroturnaround</groupId>
217222
<artifactId>zt-zip</artifactId>

spring-boot-test/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
<dependency>
116116
<groupId>org.jetbrains.kotlin</groupId>
117117
<artifactId>kotlin-runtime</artifactId>
118-
<version>1.0.4</version>
119118
<scope>test</scope>
120119
</dependency>
121120
<dependency>

0 commit comments

Comments
 (0)