|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
| - xmlns="http://maven.apache.org/POM/4.0.0" |
4 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 |
|
7 | 7 | <artifactId>leetcode-test</artifactId>
|
|
16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
17 | 17 | <kotlin.code.style>official</kotlin.code.style>
|
18 | 18 | <kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
|
19 |
| - <kotlin.version>1.7.21</kotlin.version> |
| 19 | + <kotlin.version>1.8.0</kotlin.version> |
20 | 20 | <serialization.version>1.4.0</serialization.version>
|
21 | 21 | </properties>
|
22 | 22 |
|
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.jetbrains.kotlin</groupId>
|
72 | 72 | <artifactId>kotlin-maven-serialization</artifactId>
|
73 |
| - <version>${kotlin.version}</version> |
| 73 | + <version>1.8.0</version> |
74 | 74 | </dependency>
|
75 | 75 | </dependencies>
|
76 | 76 |
|
|
205 | 205 | <dependency>
|
206 | 206 | <groupId>org.jetbrains.kotlin</groupId>
|
207 | 207 | <artifactId>kotlin-test-junit5</artifactId>
|
208 |
| - <version>1.7.22</version> |
| 208 | + <version>1.8.0</version> |
209 | 209 | <scope>test</scope>
|
210 | 210 | </dependency>
|
211 | 211 |
|
|
219 | 219 | <dependency>
|
220 | 220 | <groupId>org.jetbrains.kotlin</groupId>
|
221 | 221 | <artifactId>kotlin-stdlib-jdk8</artifactId>
|
222 |
| - <version>1.7.22</version> |
| 222 | + <version>1.8.0</version> |
223 | 223 | </dependency>
|
224 | 224 | <dependency>
|
225 | 225 | <groupId>org.jetbrains.kotlinx</groupId>
|
|
230 | 230 | <dependency>
|
231 | 231 | <groupId>org.jetbrains.kotlin</groupId>
|
232 | 232 | <artifactId>kotlin-reflect</artifactId>
|
233 |
| - <version>1.7.22</version> |
| 233 | + <version>1.8.0</version> |
234 | 234 | <scope>compile</scope>
|
235 | 235 | </dependency>
|
236 | 236 |
|
|
0 commit comments