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.
1 parent 55c2d38 commit 3af5d91Copy full SHA for 3af5d91
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.6.4'
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