Skip to content

Commit 84ed5db

Browse files
committed
Updates kotlin plugin to 2.1.0
1 parent 966a37f commit 84ed5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gateway-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
277277
<artifactId>kotlin-maven-plugin</artifactId>
278278
<groupId>org.jetbrains.kotlin</groupId>
279-
<version>1.9.25</version>
279+
<version>2.1.0</version>
280280
<configuration>
281281
<jvmTarget>17</jvmTarget>
282282
</configuration>

0 commit comments

Comments
 (0)