We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e0e39 commit 55a6d37Copy full SHA for 55a6d37
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.9'
37
38
// For parsing JSON
39
- testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
+ testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.12.0'
40
41
// For making HTTP requests
42
testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13'
0 commit comments