Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 19, 2024
1 parent b7e0e39 commit 3ec488b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.9'

// For parsing JSON
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'

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

0 comments on commit 3ec488b

Please sign in to comment.