File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" jvm" ) version " 1.8.10 "
2
+ kotlin(" jvm" ) version " 1.8.20 "
3
3
jacoco
4
4
id(" org.sonarqube" ) version " 4.0.0.2929"
5
5
id(" com.diffplug.spotless" ) version " 6.12.0"
@@ -14,7 +14,7 @@ repositories {
14
14
}
15
15
16
16
dependencies {
17
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.8.10 " )
17
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.8.20 " )
18
18
testImplementation(" org.junit.jupiter:junit-jupiter-api:[5.9.2,)" )
19
19
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:[5.9.2,)" )
20
20
testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
Original file line number Diff line number Diff line change 27
27
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
28
28
</scm >
29
29
<properties >
30
- <kotlin .version>1.8.10 </kotlin .version>
30
+ <kotlin .version>1.8.20 </kotlin .version>
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
32
</properties >
33
33
<ciManagement >
69
69
<plugin >
70
70
<groupId >org.apache.maven.plugins</groupId >
71
71
<artifactId >maven-surefire-plugin</artifactId >
72
- <version >3.0.0-M5 </version >
72
+ <version >3.0.0</version >
73
73
<dependencies >
74
74
<dependency >
75
75
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 26
26
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
27
27
</scm >
28
28
<properties >
29
- <kotlin .version>1.8.10 </kotlin .version>
29
+ <kotlin .version>1.8.20 </kotlin .version>
30
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
31
</properties >
32
32
<ciManagement >
68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-surefire-plugin</artifactId >
71
- <version >3.0.0-M5 </version >
71
+ <version >3.0.0</version >
72
72
<dependencies >
73
73
<dependency >
74
74
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments