File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
spring-cloud-function-context
spring-cloud-function-kotlin
spring-cloud-function-samples/function-sample-kotlin-web Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 152152 <plugin >
153153 <artifactId >kotlin-maven-plugin</artifactId >
154154 <groupId >org.jetbrains.kotlin</groupId >
155+ <version >1.9.25</version >
155156 <executions >
156157 <execution >
157158 <id >compile</id >
Original file line number Diff line number Diff line change 8686 <plugin >
8787 <artifactId >kotlin-maven-plugin</artifactId >
8888 <groupId >org.jetbrains.kotlin</groupId >
89+ <version >1.9.25</version >
8990 <executions >
9091 <execution >
9192 <id >test-compile</id >
Original file line number Diff line number Diff line change 7272 <plugin >
7373 <groupId >org.jetbrains.kotlin</groupId >
7474 <artifactId >kotlin-maven-plugin</artifactId >
75+ <version >1.9.25</version >
7576 <configuration >
7677 <args >
7778 <arg >-Xjsr305=strict</arg >
You can’t perform that action at this time.
0 commit comments