diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml
index d30397ceeca..78bbc6fab5c 100644
--- a/spring-boot-project/spring-boot-dependencies/pom.xml
+++ b/spring-boot-project/spring-boot-dependencies/pom.xml
@@ -138,7 +138,7 @@
4.12
5.4.0
2.1.1
- 1.2.71
+ 1.3.21
5.1.5.RELEASE
3.6.3
2.11.2
@@ -2469,11 +2469,6 @@
kotlin-reflect
${kotlin.version}
-
- org.jetbrains.kotlin
- kotlin-runtime
- ${kotlin.version}
-
org.jetbrains.kotlin
kotlin-stdlib
diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml
index 702a7ecde22..0719dcb22c1 100644
--- a/spring-boot-project/spring-boot-parent/pom.xml
+++ b/spring-boot-project/spring-boot-parent/pom.xml
@@ -63,7 +63,7 @@
io.mockk
mockk
- 1.9.1.kotlin12
+ 1.9.1
org.sonatype.plexus
@@ -287,8 +287,6 @@
${kotlin.version}
${java.version}
- 1.1
- 1.1
true
diff --git a/spring-boot-project/spring-boot-test/pom.xml b/spring-boot-project/spring-boot-test/pom.xml
index 8f34798aec9..37801ab8d3a 100644
--- a/spring-boot-project/spring-boot-test/pom.xml
+++ b/spring-boot-project/spring-boot-test/pom.xml
@@ -172,11 +172,6 @@
johnzon-jsonb
test
-
- org.jetbrains.kotlin
- kotlin-runtime
- test
-
org.slf4j
slf4j-api