Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2022
1 parent 00fa806 commit 31f3585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories {

dependencies {
// gson
api("com.google.code.gson:gson:2.9.0")
api("com.google.code.gson:gson:2.9.1")
compileOnlyApi("org.jetbrains:annotations:23.0.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
Expand Down

0 comments on commit 31f3585

Please # to comment.