Skip to content

Commit 363cebf

Browse files
committed
GH-3128 Remove explicit Kotlin dependency versions
Resolves #3128 Signed-off-by: Oleg Zhurakousky <[email protected]>
1 parent b9a78ba commit 363cebf

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

core/spring-cloud-stream-integration-tests/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,16 @@
4343
<dependency>
4444
<groupId>org.jetbrains.kotlin</groupId>
4545
<artifactId>kotlin-test</artifactId>
46-
<version>2.1.10</version>
4746
<scope>test</scope>
4847
</dependency>
4948
<dependency>
5049
<groupId>org.jetbrains.kotlin</groupId>
5150
<artifactId>kotlin-stdlib-jdk8</artifactId>
52-
<version>2.1.10</version>
5351
<optional>true</optional>
5452
</dependency>
5553
<dependency>
5654
<groupId>org.jetbrains.kotlin</groupId>
5755
<artifactId>kotlin-reflect</artifactId>
58-
<version>2.1.10</version>
5956
<optional>true</optional>
6057
</dependency>
6158
<dependency>
@@ -75,7 +72,6 @@
7572
<plugin>
7673
<groupId>org.jetbrains.kotlin</groupId>
7774
<artifactId>kotlin-maven-plugin</artifactId>
78-
<version>2.1.10</version>
7975
<executions>
8076
<execution>
8177
<id>compile</id>

core/spring-cloud-stream/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,11 @@
104104
<dependency>
105105
<groupId>org.jetbrains.kotlin</groupId>
106106
<artifactId>kotlin-reflect</artifactId>
107-
<version>${kotlin-version}</version>
108107
<scope>runtime</scope>
109108
</dependency>
110109
<dependency>
111110
<groupId>org.jetbrains.kotlinx</groupId>
112111
<artifactId>kotlinx-coroutines-reactor</artifactId>
113-
<version>${kotlinx-version}</version>
114112
<scope>runtime</scope>
115113
</dependency>
116114
</dependencies>

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
3030
<maven-checkstyle-plugin.failsOnViolation>true</maven-checkstyle-plugin.failsOnViolation>
3131
<maven-checkstyle-plugin.includeTestSourceDirectory>true</maven-checkstyle-plugin.includeTestSourceDirectory>
32-
<kotlin-version>2.1.0</kotlin-version>
33-
<kotlinx-version>1.10.2</kotlinx-version>
3432
</properties>
3533

3634
<modules>

0 commit comments

Comments
 (0)