File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
spring-cloud-function-kotlin
spring-cloud-function-samples/function-sample-kotlin-web Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464 <plugin >
6565 <artifactId >kotlin-maven-plugin</artifactId >
6666 <groupId >org.jetbrains.kotlin</groupId >
67- <version >1.6.0 </version >
67+ <version >1.8.10 </version >
6868 <configuration >
6969 <args >
7070 <arg >-Xjsr305=strict</arg >
7171 </args >
7272 <compilerPlugins >
7373 <plugin >spring</plugin >
7474 </compilerPlugins >
75- <jvmTarget >1.8 </jvmTarget >
75+ <jvmTarget >17 </jvmTarget >
7676 </configuration >
7777 <executions >
7878 <execution >
8585 <sourceDir >${project.basedir} /src/test/kotlin</sourceDir >
8686 <sourceDir >${project.basedir} /src/test/java</sourceDir >
8787 </sourceDirs >
88- <jvmTarget >1.8 </jvmTarget >
88+ <jvmTarget >17 </jvmTarget >
8989 </configuration >
9090 </execution >
9191 </executions >
9292 <dependencies >
9393 <dependency >
9494 <groupId >org.jetbrains.kotlin</groupId >
9595 <artifactId >kotlin-maven-allopen</artifactId >
96- <version >1.6.0 </version >
96+ <version >1.8.10 </version >
9797 </dependency >
9898 </dependencies >
9999 </plugin >
Original file line number Diff line number Diff line change 8484 <dependency >
8585 <groupId >org.jetbrains.kotlin</groupId >
8686 <artifactId >kotlin-maven-allopen</artifactId >
87- <version >1.4.21 </version >
87+ <version >1.8.10 </version >
8888 </dependency >
8989 </dependencies >
9090 </plugin >
You can’t perform that action at this time.
0 commit comments