Skip to content

Commit 8dcfefc

Browse files
committed
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.5.2
1 parent 9afd44a commit 8dcfefc

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
@@ -42,7 +42,7 @@ dependencies {
4242
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.3.2'
4343

4444
// For running JUnit tests
45-
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.3.2'
45+
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2'
4646

4747
// For turning InputStream to String
4848
testCompile group: 'commons-io', name: 'commons-io', version: '2.6'

0 commit comments

Comments
 (0)