Skip to content

Commit

Permalink
fix(deps): update dependency com.google.code.gson:gson to v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 20dda6b commit 93b97f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "2.0-SNAPSHOT"
val mockitoAgent = configurations.create("mockitoAgent")

dependencies {
implementation(group = "com.google.code.gson", name = "gson", version = "2.11.0")
implementation(group = "com.google.code.gson", name = "gson", version = "2.12.1")
implementation(group = "com.google.guava", name = "guava", version = "33.4.0-jre")
implementation(group = "com.illposed.osc", name = "javaosc-core", version = "0.9") {
exclude("org.slf4j")
Expand Down

0 comments on commit 93b97f7

Please sign in to comment.