File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
spring-cloud-stream-integration-tests Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments