Skip to content

Commit

Permalink
Merge pull request #48 from 4lando/dependabot/gradle/com.google.code.…
Browse files Browse the repository at this point in the history
…gson-gson-2.12.0

Bump com.google.code.gson:gson from 2.11.0 to 2.12.0
  • Loading branch information
AaronFeledy authored Jan 30, 2025
2 parents 79dcdc5 + d10f9bf commit 9391a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testFramework(TestFrameworkType.Platform)
}

implementation("com.google.code.gson:gson:2.11.0")
implementation("com.google.code.gson:gson:2.12.0")
implementation("org.jetbrains:annotations:26.0.2")

testImplementation("com.intellij.remoterobot:remote-robot:0.11.23")
Expand Down

0 comments on commit 9391a83

Please sign in to comment.