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.
2 parents 784a19c + 240ae1c commit 4c01621Copy full SHA for 4c01621
build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
testCompile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.10'
40
41
// For testing, obviously
42
- testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.3.2'
+ testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2'
43
44
// For running JUnit tests
45
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2'
0 commit comments