Skip to content

Commit 93bd8de

Browse files
authored
Version 1.23
1 parent 77bd502 commit 93bd8de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repositories {
1414
}
1515

1616
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,)")
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

2424
tasks.test {
@@ -27,7 +27,7 @@ tasks.test {
2727
}
2828

2929
group = "com.github.javadev"
30-
version = "1.22-SNAPSHOT"
30+
version = "1.23-SNAPSHOT"
3131
description = "leetcode-in-kotlin"
3232
java.sourceCompatibility = JavaVersion.VERSION_11
3333
java.targetCompatibility = JavaVersion.VERSION_11

pom-central.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)