We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e0e39 commit 781ee92Copy full SHA for 781ee92
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.10.3'
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.10.3'
49
50
// For turning InputStream to String
51
testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
0 commit comments