Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 01b94a1 commit e96a702
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.9.0'
}

test {
Expand Down

0 comments on commit e96a702

Please sign in to comment.