Skip to content

Commit

Permalink
Merge pull request #469 from zalando/dependabot/gradle/com.google.cod…
Browse files Browse the repository at this point in the history
…e.gson-gson-2.12.0

Bump com.google.code.gson:gson from 2.11.0 to 2.12.0
  • Loading branch information
cberg-zalando authored Jan 31, 2025
2 parents b0c311b + 7323f36 commit 1345fbc
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 @@ -37,7 +37,7 @@ repositories {
dependencies {
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
implementation("commons-io:commons-io:2.18.0")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.google.code.gson:gson:2.12.0")
implementation("com.google.guava:guava:33.4.0-jre")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")
implementation("com.fasterxml.jackson.core:jackson-core")
Expand Down

0 comments on commit 1345fbc

Please sign in to comment.