Skip to content

Commit

Permalink
Merge pull request #62 from unnamed/renovate/com.google.code.gson-gso…
Browse files Browse the repository at this point in the history
…n-2.x

fix(deps): update dependency com.google.code.gson:gson to v2.11.0
  • Loading branch information
yusshu authored Oct 16, 2024
2 parents dfd48a4 + d3a950f commit 6128638
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.10.1")
api("com.google.code.gson:gson:2.11.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
implementation("net.kyori:adventure-text-serializer-gson:4.14.0")
}

0 comments on commit 6128638

Please sign in to comment.