Skip to content

Commit 9f5bc22

Browse files
authored
Update build.gradle.kts
1 parent 7a45406 commit 9f5bc22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ repositories {
1515

1616
dependencies {
1717
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0")
18-
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.2,)")
18+
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.3,)")
1919
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
20-
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")
21-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.2,)")
20+
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.2.0,)")
21+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.3,)")
2222
}
2323

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

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

0 commit comments

Comments
 (0)