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 07f036dCopy full SHA for 07f036d
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
}
52
53
testImplementation('org.junit.jupiter:junit-jupiter-api:5.2.0')
54
- testImplementation(group: 'org.json', name: 'json', version: '20180130')
+ testImplementation(group: 'org.json', name: 'json', version: '20180813')
55
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
56
57
0 commit comments