chore(deps): bump com.google.code.gson:gson from 2.12.1 to 2.13.0 (#30)

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.0.
- [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.12.1...gson-parent-2.13.0)

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

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-17 16:37:49 +02:00
committed by GitHub
parent 796588447a
commit 2f331cd49f
5 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
testImplementation("com.google.code.gson:gson:2.12.1")
testImplementation("com.google.code.gson:gson:2.13.0")
}
tasks {

View File

@@ -19,13 +19,13 @@ repositories {
}
dependencies {
compileOnly("com.google.code.gson:gson:2.12.1")
compileOnly("com.google.code.gson:gson:2.13.0")
implementation("org.jetbrains:annotations:26.0.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
testImplementation("com.google.code.gson:gson:2.12.1")
testImplementation("com.google.code.gson:gson:2.13.0")
}
tasks {

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.12.1")
compileOnly("com.google.code.gson:gson:2.13.0")
implementation("org.jetbrains:annotations:26.0.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
testImplementation("com.google.code.gson:gson:2.12.1")
testImplementation("com.google.code.gson:gson:2.13.0")
}
tasks {

View File

@@ -20,7 +20,7 @@ repositories {
dependencies {
implementation("dev.masecla:Modrinth4J:2.2.0")
implementation("com.google.code.gson:gson:2.12.1")
implementation("com.google.code.gson:gson:2.13.0")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("org.jetbrains:annotations:26.0.2")

View File

@@ -18,7 +18,7 @@ repositories {
}
dependencies {
compileOnly("com.google.code.gson:gson:2.12.1")
compileOnly("com.google.code.gson:gson:2.13.0")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("org.jetbrains:annotations:26.0.2")