File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ repositories {
15
15
16
16
dependencies {
17
17
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 ,)" )
19
19
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 ,)" )
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.26 -SNAPSHOT"
30
+ version = " 1.27 -SNAPSHOT"
31
31
description = " leetcode-in-kotlin"
32
32
java.sourceCompatibility = JavaVersion .VERSION_11
33
33
java.targetCompatibility = JavaVersion .VERSION_11
You can’t perform that action at this time.
0 commit comments