Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.13.1...gson-parent-2.13.2)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2025
commit 7bded23a40bbb4a2b034680f12d93a07745ce044
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
compileOnly("org.bouncycastle:bcprov-jdk18on:1.82")
compileOnly("org.bouncycastle:bcpkix-jdk18on:1.82")

compileOnly("com.google.code.gson:gson:2.13.1")
compileOnly("com.google.code.gson:gson:2.13.2")

compileOnly("dev.jorel:commandapi-spigot-core:11.0.0")

Expand Down
2 changes: 1 addition & 1 deletion dist/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.spongepowered:configurate-core:4.2.0")
implementation("org.yaml:snakeyaml:2.2")
implementation("org.snakeyaml:snakeyaml-engine:2.10")
implementation("com.google.code.gson:gson:2.13.1")
implementation("com.google.code.gson:gson:2.13.2")
}


Expand Down