File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
spring-cloud-function-context
spring-cloud-function-kotlin
spring-cloud-function-samples/function-sample-kotlin-web Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2121 <maven .compiler.source>${java.version} </maven .compiler.source>
2222 <maven .compiler.target>${java.version} </maven .compiler.target>
2323 <wrapper .version>1.0.31.RELEASE</wrapper .version>
24+ <kotlin .version>2.1.10</kotlin .version>
25+ <kotlinx .version>1.10.2</kotlinx .version>
2426 <docs .main>spring-cloud-function</docs .main>
2527 <maven-checkstyle-plugin .failsOnError>true</maven-checkstyle-plugin .failsOnError>
2628 <maven-checkstyle-plugin .failsOnViolation>true
Original file line number Diff line number Diff line change 8585 <dependency >
8686 <groupId >org.jetbrains.kotlin</groupId >
8787 <artifactId >kotlin-stdlib-jdk8</artifactId >
88+ <version >${kotlin.version} </version >
8889 <optional >true</optional >
8990 </dependency >
9091 <dependency >
9192 <groupId >org.jetbrains.kotlin</groupId >
9293 <artifactId >kotlin-reflect</artifactId >
94+ <version >${kotlin.version} </version >
9395 <optional >true</optional >
9496 </dependency >
9597 <dependency >
9698 <groupId >org.jetbrains.kotlinx</groupId >
9799 <artifactId >kotlinx-coroutines-reactor</artifactId >
100+ <version >${kotlinx.version} </version >
98101 <optional >true</optional >
99102 </dependency >
100103
156159 <plugin >
157160 <artifactId >kotlin-maven-plugin</artifactId >
158161 <groupId >org.jetbrains.kotlin</groupId >
159- <version >1.9.25 </version >
162+ <version >2.1.10 </version >
160163 <executions >
161164 <execution >
162165 <id >compile</id >
Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >org.jetbrains.kotlin</groupId >
4747 <artifactId >kotlin-stdlib-jdk8</artifactId >
48+ <version >${kotlin.version} </version >
4849 </dependency >
4950 <dependency >
5051 <groupId >org.jetbrains.kotlin</groupId >
5152 <artifactId >kotlin-reflect</artifactId >
53+ <version >${kotlin.version} </version >
5254 </dependency >
5355 <dependency >
5456 <groupId >org.jetbrains.kotlinx</groupId >
5557 <artifactId >kotlinx-coroutines-reactor</artifactId >
58+ <version >${kotlinx.version} </version >
5659 </dependency >
5760 <dependency >
5861 <groupId >org.springframework.boot</groupId >
8689 <plugin >
8790 <artifactId >kotlin-maven-plugin</artifactId >
8891 <groupId >org.jetbrains.kotlin</groupId >
89- <version >1.9.25 </version >
92+ <version >2.1.10 </version >
9093 <executions >
9194 <execution >
9295 <id >test-compile</id >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >org.jetbrains.kotlin</groupId >
2525 <artifactId >kotlin-reflect</artifactId >
26+ <version >${kotlin.version} </version >
2627 </dependency >
2728 <dependency >
2829 <groupId >org.jetbrains.kotlin</groupId >
2930 <artifactId >kotlin-stdlib-jdk8</artifactId >
31+ <version >${kotlin.version} </version >
3032 </dependency >
3133 <dependency >
3234 <groupId >org.springframework.cloud</groupId >
6769 <plugin >
6870 <groupId >org.jetbrains.kotlin</groupId >
6971 <artifactId >kotlin-maven-plugin</artifactId >
70- <version >1.9.25 </version >
72+ <version >${kotlin.version} </version >
7173 <configuration >
7274 <args >
7375 <arg >-Xjsr305=strict</arg >
You can’t perform that action at this time.
0 commit comments