Skip to content

Commit 240ae1c

Browse files
committed
Update dependency org.junit.jupiter:junit-jupiter-api to v5.5.2
1 parent 04acb6f commit 240ae1c

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
@@ -39,7 +39,7 @@ dependencies {
3939
testCompile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.10'
4040

4141
// For testing, obviously
42-
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.3.2'
42+
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2'
4343

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

0 commit comments

Comments
 (0)