We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac647d2 + e806b4e commit ee679aaCopy full SHA for ee679aa
build.gradle
@@ -42,10 +42,10 @@ dependencies {
42
testCompile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.10'
43
44
// For testing, obviously
45
- testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2'
+ testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.0'
46
47
// For running JUnit tests
48
- testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2'
+ testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0'
49
50
// For turning InputStream to String
51
testCompile group: 'commons-io', name: 'commons-io', version: '2.6'
0 commit comments