Skip to content

Commit a24f5b8

Browse files
committed
Forces kotlin version to 1.9.23
Fixes gh-3333
1 parent a0a3dfb commit a24f5b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-cloud-gateway-server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
236236
<artifactId>kotlin-maven-plugin</artifactId>
237237
<groupId>org.jetbrains.kotlin</groupId>
238+
<version>1.9.23</version>
238239
<configuration>
239240
<jvmTarget>17</jvmTarget>
240241
</configuration>

0 commit comments

Comments
 (0)