From 8f5e6692c14b23e4413c06748792c724bef2907a Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 26 May 2023 17:23:52 +0200 Subject: [PATCH] Removed explicit Kotlin versioning from POM --- core/spring-cloud-stream-integration-tests/pom.xml | 6 +++--- core/spring-cloud-stream/pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml index 35297c3bc..f3a48c1aa 100644 --- a/core/spring-cloud-stream-integration-tests/pom.xml +++ b/core/spring-cloud-stream-integration-tests/pom.xml @@ -16,7 +16,7 @@ - 1.7.22 + 1.9.0 @@ -47,7 +47,7 @@ org.jetbrains.kotlin kotlin-test - ${kotlin.version} + test @@ -57,7 +57,7 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} + compile diff --git a/core/spring-cloud-stream/pom.xml b/core/spring-cloud-stream/pom.xml index a577dd33c..eabc18d34 100644 --- a/core/spring-cloud-stream/pom.xml +++ b/core/spring-cloud-stream/pom.xml @@ -87,7 +87,7 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 - ${kotlin.version} + @@ -96,7 +96,7 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${kotlin.version} + compile