From 0245376032f58bd2230fe43be889e1bc4308f71e 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 9dff7e0ff..a38f6347e 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 b5feabdda..99bc730b7 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