Skip to content

Commit 708f917

Browse files
committed
Manage the version of Kotlin's kotlin-runtime module
See gh-10511
1 parent 88f869b commit 708f917

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,6 +2250,11 @@
22502250
<artifactId>kotlin-reflect</artifactId>
22512251
<version>${kotlin.version}</version>
22522252
</dependency>
2253+
<dependency>
2254+
<groupId>org.jetbrains.kotlin</groupId>
2255+
<artifactId>kotlin-runtime</artifactId>
2256+
<version>${kotlin.version}</version>
2257+
</dependency>
22532258
<dependency>
22542259
<groupId>org.jetbrains.kotlin</groupId>
22552260
<artifactId>kotlin-stdlib</artifactId>

0 commit comments

Comments
 (0)