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 Jan 31, 2025
1 parent ead7b77 commit 265d46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serializer-minecraft/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Minecraft: Java Edition vanilla serialization for the creative AP

dependencies {
api(project(":creative-api"))
api("com.google.code.gson:gson:2.11.0")
api("com.google.code.gson:gson:2.12.1")
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
implementation("net.kyori:adventure-text-serializer-gson:4.14.0")
}

0 comments on commit 265d46a

Please sign in to comment.