File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<maven .compiler.source>17</maven .compiler.source>
41
41
<maven .compiler.target>17</maven .compiler.target>
42
+ <kotlin .version>1.9.25</kotlin .version>
42
43
<kotlin .code.style>official</kotlin .code.style>
43
44
<kotlin .compiler.jvmTarget>17</kotlin .compiler.jvmTarget>
44
45
<spring-ai .version>1.0.0-M5</spring-ai .version>
125
126
<plugin >
126
127
<groupId >org.jetbrains.kotlin</groupId >
127
128
<artifactId >kotlin-maven-plugin</artifactId >
128
- <version >2.1.10 </version >
129
+ <version >${kotlin.version} </version >
129
130
<executions >
130
131
<execution >
131
132
<id >compile</id >
184
185
<dependency >
185
186
<groupId >org.jetbrains.kotlin</groupId >
186
187
<artifactId >kotlin-test-junit5</artifactId >
187
- <version >2.1.10 </version >
188
+ <version >${kotlin.version} </version >
188
189
<scope >test</scope >
189
190
</dependency >
190
191
<dependency >
196
197
<dependency >
197
198
<groupId >org.jetbrains.kotlin</groupId >
198
199
<artifactId >kotlin-stdlib</artifactId >
199
- <version >2.1.10 </version >
200
+ <version >${kotlin.version} </version >
200
201
</dependency >
201
202
<dependency >
202
203
<groupId >com.fasterxml.jackson.module</groupId >
206
207
</dependency >
207
208
</dependencies >
208
209
209
- </project >
210
+ </project >
You can’t perform that action at this time.
0 commit comments