diff --git a/pom.xml b/pom.xml
index 1cae8e32e..792f480e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,8 @@
${java.version}
${java.version}
1.0.31.RELEASE
+ 2.1.10
+ 1.10.2
spring-cloud-function
true
true
diff --git a/spring-cloud-function-context/pom.xml b/spring-cloud-function-context/pom.xml
index ef2cdf8b6..ceb108494 100644
--- a/spring-cloud-function-context/pom.xml
+++ b/spring-cloud-function-context/pom.xml
@@ -85,16 +85,19 @@
org.jetbrains.kotlin
kotlin-stdlib-jdk8
+ ${kotlin.version}
true
org.jetbrains.kotlin
kotlin-reflect
+ ${kotlin.version}
true
org.jetbrains.kotlinx
kotlinx-coroutines-reactor
+ ${kotlinx.version}
true
@@ -156,7 +159,7 @@
kotlin-maven-plugin
org.jetbrains.kotlin
- 1.9.25
+ 2.1.10
compile
diff --git a/spring-cloud-function-kotlin/pom.xml b/spring-cloud-function-kotlin/pom.xml
index a991a4de7..29e477d81 100644
--- a/spring-cloud-function-kotlin/pom.xml
+++ b/spring-cloud-function-kotlin/pom.xml
@@ -45,14 +45,17 @@
org.jetbrains.kotlin
kotlin-stdlib-jdk8
+ ${kotlin.version}
org.jetbrains.kotlin
kotlin-reflect
+ ${kotlin.version}
org.jetbrains.kotlinx
kotlinx-coroutines-reactor
+ ${kotlinx.version}
org.springframework.boot
@@ -86,7 +89,7 @@
kotlin-maven-plugin
org.jetbrains.kotlin
- 1.9.25
+ 2.1.10
test-compile
diff --git a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml
index a836abf85..9c6fe93df 100644
--- a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml
+++ b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml
@@ -23,10 +23,12 @@
org.jetbrains.kotlin
kotlin-reflect
+ ${kotlin.version}
org.jetbrains.kotlin
kotlin-stdlib-jdk8
+ ${kotlin.version}
org.springframework.cloud
@@ -67,7 +69,7 @@
org.jetbrains.kotlin
kotlin-maven-plugin
- 1.9.25
+ ${kotlin.version}
-Xjsr305=strict