We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2ceeef + 596138f commit 504b70dCopy full SHA for 504b70d
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.6'
37
38
// For parsing JSON
39
- testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
+ testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
40
41
// For making HTTP requests
42
testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13'
0 commit comments