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 9afd44a + 3af5d91 commit 04acb6fCopy full SHA for 04acb6f
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.0'
37
38
// For making HTTP requests
39
- testCompile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.6'
+ 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'
0 commit comments