Skip to content

Commit 9b533e4

Browse files
authored
Merge pull request #61 from adamint/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.3.2
Bump junit-jupiter-api from 5.2.0 to 5.3.2
2 parents 025d74a + 7eeceea commit 9b533e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
exclude group: 'org.jetbrains.kotlin'
5151
}
5252

53-
testImplementation('org.junit.jupiter:junit-jupiter-api:5.2.0')
53+
testImplementation('org.junit.jupiter:junit-jupiter-api:5.3.2')
5454
testImplementation(group: 'org.json', name: 'json', version: '20180130')
5555
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
5656

0 commit comments

Comments
 (0)