Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 4, 2021
1 parent 01b94a1 commit cd8973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-generator-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:3.9.3"
testImplementation 'org.mockito:mockito-junit-jupiter:3.9.3'
implementation "org.projectlombok:lombok:1.18.20"
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.7'
}

test {
Expand Down

0 comments on commit cd8973c

Please sign in to comment.