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 {
1212}
1313
1414dependencies {
15- testImplementation ' org.junit.jupiter:junit-jupiter:[5.10.2 ,)'
15+ testImplementation ' org.junit.jupiter:junit-jupiter:[5.10.3 ,)'
1616 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 ,)'
1919}
2020
2121test {
2424}
2525
2626group = ' com.github.javadev'
27- version = ' 1.33 -SNAPSHOT'
27+ version = ' 1.34 -SNAPSHOT'
2828description = ' leetcode-in-java'
2929java. sourceCompatibility = JavaVersion . VERSION_17
3030
You can’t perform that action at this time.
0 commit comments