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 @@ -12,10 +12,10 @@ repositories {
12
12
}
13
13
14
14
dependencies {
15
- testImplementation ' org.junit.jupiter:junit-jupiter:[5.10.2 ,)'
15
+ testImplementation ' org.junit.jupiter:junit-jupiter:[5.10.3 ,)'
16
16
testImplementation ' org.hamcrest:hamcrest-core:[2.2,)'
17
- testImplementation ' org.zapodot:embedded-db-junit-jupiter:[2.1.1 ,)'
18
- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:[1.10.2 ,)'
17
+ testImplementation ' org.zapodot:embedded-db-junit-jupiter:[2.2.0 ,)'
18
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:[1.10.3 ,)'
19
19
}
20
20
21
21
test {
24
24
}
25
25
26
26
group = ' com.github.javadev'
27
- version = ' 1.33 -SNAPSHOT'
27
+ version = ' 1.34 -SNAPSHOT'
28
28
description = ' leetcode-in-java'
29
29
java. sourceCompatibility = JavaVersion . VERSION_17
30
30
You can’t perform that action at this time.
0 commit comments