Skip to content

Commit 5cbba9a

Browse files
Downgrade to Kotlin 1.9.x version
1 parent e55d60f commit 5cbba9a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<maven.compiler.source>17</maven.compiler.source>
4141
<maven.compiler.target>17</maven.compiler.target>
42+
<kotlin.version>1.9.25</kotlin.version>
4243
<kotlin.code.style>official</kotlin.code.style>
4344
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
4445
<spring-ai.version>1.0.0-M5</spring-ai.version>
@@ -125,7 +126,7 @@
125126
<plugin>
126127
<groupId>org.jetbrains.kotlin</groupId>
127128
<artifactId>kotlin-maven-plugin</artifactId>
128-
<version>2.1.10</version>
129+
<version>${kotlin.version}</version>
129130
<executions>
130131
<execution>
131132
<id>compile</id>
@@ -184,7 +185,7 @@
184185
<dependency>
185186
<groupId>org.jetbrains.kotlin</groupId>
186187
<artifactId>kotlin-test-junit5</artifactId>
187-
<version>2.1.10</version>
188+
<version>${kotlin.version}</version>
188189
<scope>test</scope>
189190
</dependency>
190191
<dependency>
@@ -196,7 +197,7 @@
196197
<dependency>
197198
<groupId>org.jetbrains.kotlin</groupId>
198199
<artifactId>kotlin-stdlib</artifactId>
199-
<version>2.1.10</version>
200+
<version>${kotlin.version}</version>
200201
</dependency>
201202
<dependency>
202203
<groupId>com.fasterxml.jackson.module</groupId>
@@ -206,4 +207,4 @@
206207
</dependency>
207208
</dependencies>
208209

209-
</project>
210+
</project>

0 commit comments

Comments
 (0)