Skip to content

Commit b31889a

Browse files
authored
Merge branch 'master' into dependabot/gradle/org.json-json-20180813
2 parents 07f036d + 583d7fb commit b31889a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ dependencies {
5050
exclude group: 'org.jetbrains.kotlin'
5151
}
5252

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-
53+
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.3.2'
5756
}
5857

5958
dokka {

0 commit comments

Comments
 (0)