We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cd9e2 commit 74046a4Copy full SHA for 74046a4
build.gradle
@@ -12,10 +12,10 @@ repositories {
12
}
13
14
dependencies {
15
- testImplementation 'org.junit.jupiter:junit-jupiter:[5.10.3,)'
+ testImplementation 'org.junit.jupiter:junit-jupiter:[5.11.0,)'
16
testImplementation 'org.hamcrest:hamcrest-core:[2.2,)'
17
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.2.0,)'
18
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.10.3,)'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.11.0,)'
19
20
21
test {
@@ -24,7 +24,7 @@ test {
24
25
26
group = 'com.github.javadev'
27
-version = '1.35-SNAPSHOT'
+version = '1.36-SNAPSHOT'
28
description = 'leetcode-in-java'
29
java.sourceCompatibility = JavaVersion.VERSION_17
30
0 commit comments