chore(deps): bump com.google.code.gson:gson from 2.13.0 to 2.13.1 (#35)

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.13.0...gson-parent-2.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-24 14:17:43 +02:00
committed by GitHub
parent 9da2444239
commit 6c0ad6f917
5 changed files with 7 additions and 7 deletions

View File

@@ -20,13 +20,13 @@ repositories {
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
compileOnly("com.google.code.gson:gson:2.13.0")
compileOnly("com.google.code.gson:gson:2.13.1")
implementation("org.jetbrains:annotations:26.0.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
testImplementation("com.google.code.gson:gson:2.13.0")
testImplementation("com.google.code.gson:gson:2.13.1")
}
tasks {