Skip to content

Commit 55a6d37

Browse files
Update dependency com.google.code.gson:gson to v2.12.0
1 parent b7e0e39 commit 55a6d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.9'
3737

3838
// For parsing JSON
39-
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
39+
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.12.0'
4040

4141
// For making HTTP requests
4242
testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13'

0 commit comments

Comments
 (0)