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.
2 parents d57a206 + de4e27d commit ab9231cCopy full SHA for ab9231c
build.gradle
@@ -29,7 +29,7 @@ allprojects {
29
ext {
30
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
31
jsr305Version = "3.0.2"
32
- junitVersion = "5.11.4"
+ junitVersion = "5.12.1"
33
checkstyleVersion = "10.4"
34
}
35
extractor/build.gradle
@@ -40,6 +40,7 @@ dependencies {
40
41
testImplementation platform("org.junit:junit-bom:$junitVersion")
42
testImplementation 'org.junit.jupiter:junit-jupiter-api'
43
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
44
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
45
testImplementation 'org.junit.jupiter:junit-jupiter-params'
46
0 commit comments