Skip to content

Commit 6c0985e

Browse files
committed
Update pom.xml
1 parent 8ad31b8 commit 6c0985e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>leetcode-test</artifactId>
@@ -16,7 +16,7 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<kotlin.code.style>official</kotlin.code.style>
1818
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
19-
<kotlin.version>1.7.21</kotlin.version>
19+
<kotlin.version>1.8.0</kotlin.version>
2020
<serialization.version>1.4.0</serialization.version>
2121
</properties>
2222

@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.jetbrains.kotlin</groupId>
7272
<artifactId>kotlin-maven-serialization</artifactId>
73-
<version>${kotlin.version}</version>
73+
<version>1.8.0</version>
7474
</dependency>
7575
</dependencies>
7676

@@ -205,7 +205,7 @@
205205
<dependency>
206206
<groupId>org.jetbrains.kotlin</groupId>
207207
<artifactId>kotlin-test-junit5</artifactId>
208-
<version>1.7.22</version>
208+
<version>1.8.0</version>
209209
<scope>test</scope>
210210
</dependency>
211211

@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>org.jetbrains.kotlin</groupId>
221221
<artifactId>kotlin-stdlib-jdk8</artifactId>
222-
<version>1.7.22</version>
222+
<version>1.8.0</version>
223223
</dependency>
224224
<dependency>
225225
<groupId>org.jetbrains.kotlinx</groupId>
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>org.jetbrains.kotlin</groupId>
232232
<artifactId>kotlin-reflect</artifactId>
233-
<version>1.7.22</version>
233+
<version>1.8.0</version>
234234
<scope>compile</scope>
235235
</dependency>
236236

0 commit comments

Comments
 (0)