File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
14
14
}
15
15
16
16
dependencies {
17
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.22 " )
18
- testImplementation(" org.junit.jupiter:junit-jupiter:[5.10.1 ,)" )
17
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.23 " )
18
+ testImplementation(" org.junit.jupiter:junit-jupiter:[5.10.2 ,)" )
19
19
testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
20
20
testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.1.1,)" )
21
- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:[1.10.1 ,)" )
21
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:[1.10.2 ,)" )
22
22
}
23
23
24
24
tasks.test {
@@ -27,7 +27,7 @@ tasks.test {
27
27
}
28
28
29
29
group = " com.github.javadev"
30
- version = " 1.22 -SNAPSHOT"
30
+ version = " 1.23 -SNAPSHOT"
31
31
description = " leetcode-in-kotlin"
32
32
java.sourceCompatibility = JavaVersion .VERSION_11
33
33
java.targetCompatibility = JavaVersion .VERSION_11
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-kotlin</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.22 </version >
7
+ <version >1.23 </version >
8
8
<name >leetcode-in-kotlin</name >
9
9
<description >Kotlin-based LeetCode algorithm problem solutions, regularly updated</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-kotlin</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.22 -SNAPSHOT</version >
7
+ <version >1.23 -SNAPSHOT</version >
8
8
<name >leetcode-in-kotlin</name >
9
9
<description >Kotlin-based LeetCode algorithm problem solutions, regularly updated</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
You can’t perform that action at this time.
0 commit comments