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 025d74a commit 7eeceeaCopy full SHA for 7eeceea
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
exclude group: 'org.jetbrains.kotlin'
51
}
52
53
- testImplementation('org.junit.jupiter:junit-jupiter-api:5.2.0')
+ testImplementation('org.junit.jupiter:junit-jupiter-api:5.3.2')
54
testImplementation(group: 'org.json', name: 'json', version: '20180130')
55
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
56
0 commit comments