File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
1414}
1515
1616dependencies {
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 ,)" )
1919 testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
2020 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 ,)" )
2222}
2323
2424tasks.test {
@@ -27,7 +27,7 @@ tasks.test {
2727}
2828
2929group = " com.github.javadev"
30- version = " 1.22 -SNAPSHOT"
30+ version = " 1.23 -SNAPSHOT"
3131description = " leetcode-in-kotlin"
3232java.sourceCompatibility = JavaVersion .VERSION_11
3333java.targetCompatibility = JavaVersion .VERSION_11
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-kotlin</artifactId >
66 <packaging >jar</packaging >
7- <version >1.22 </version >
7+ <version >1.23 </version >
88 <name >leetcode-in-kotlin</name >
99 <description >Kotlin-based LeetCode algorithm problem solutions, regularly updated</description >
1010 <url >https://github.com/javadev/LeetCode-in-Kotlin</url >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-kotlin</artifactId >
66 <packaging >jar</packaging >
7- <version >1.22 -SNAPSHOT</version >
7+ <version >1.23 -SNAPSHOT</version >
88 <name >leetcode-in-kotlin</name >
99 <description >Kotlin-based LeetCode algorithm problem solutions, regularly updated</description >
1010 <url >https://github.com/javadev/LeetCode-in-Kotlin</url >
You can’t perform that action at this time.
0 commit comments