Skip to content

Commit

Permalink
Forces kotlin version to 1.9.23
Browse files Browse the repository at this point in the history
Fixes gh-3333
  • Loading branch information
spencergibb committed Apr 4, 2024
1 parent a0a3dfb commit a24f5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spring-cloud-gateway-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.9.23</version>
<configuration>
<jvmTarget>17</jvmTarget>
</configuration>
Expand Down

0 comments on commit a24f5b8

Please sign in to comment.