We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939eeb4 commit fc80794Copy full SHA for fc80794
build.gradle
@@ -42,10 +42,10 @@ dependencies {
42
testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13'
43
44
// For testing, obviously
45
- testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1'
+ testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
46
47
// For running JUnit tests
48
- testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1'
+ testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.1'
49
50
// For turning InputStream to String
51
testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
0 commit comments