Skip to content

Commit

Permalink
Merge pull request #135 from gocd/dependabot/gradle/com.google.code.g…
Browse files Browse the repository at this point in the history
…son-gson-2.9.1

Bump gson from 2.9.0 to 2.9.1
  • Loading branch information
chadlwilson authored Aug 5, 2022
2 parents 16e1e0c + 167c919 commit 8743b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

api group: 'commons-io', name: 'commons-io', version: '2.11.0'
api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
api group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
api group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.0'
Expand Down

0 comments on commit 8743b4a

Please sign in to comment.