Skip to content

Commit

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

Bump com.google.code.gson:gson from 2.9.1 to 2.11.0
  • Loading branch information
AaronFeledy authored Jun 21, 2024
2 parents eb2e269 + 930b0f7 commit 9b3e836
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.9.1")
implementation("com.google.code.gson:gson:2.11.0")
implementation("org.jetbrains:annotations:24.1.0")

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

0 comments on commit 9b3e836

Please sign in to comment.