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 07f036d + 583d7fb commit b31889aCopy full SHA for b31889a
build.gradle
@@ -50,10 +50,9 @@ dependencies {
50
exclude group: 'org.jetbrains.kotlin'
51
}
52
53
- testImplementation('org.junit.jupiter:junit-jupiter-api:5.2.0')
54
- testImplementation(group: 'org.json', name: 'json', version: '20180813')
55
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
56
-
+ testImplementation('org.junit.jupiter:junit-jupiter-api:5.3.2')
+ testImplementation(group: 'org.json', name: 'json', version: '20180130')
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
57
58
59
dokka {
0 commit comments