Skip to content

Commit 2f331cd

Browse files
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](google/gson@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>
1 parent 7965884 commit 2f331cd

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

libraries/common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
3131
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
3232
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
33-
testImplementation("com.google.code.gson:gson:2.12.1")
33+
testImplementation("com.google.code.gson:gson:2.13.0")
3434
}
3535

3636
tasks {

libraries/jdb/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repositories {
1919
}
2020

2121
dependencies {
22-
compileOnly("com.google.code.gson:gson:2.12.1")
22+
compileOnly("com.google.code.gson:gson:2.13.0")
2323
implementation("org.jetbrains:annotations:26.0.2")
2424

2525
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
2626
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
2727
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
28-
testImplementation("com.google.code.gson:gson:2.12.1")
28+
testImplementation("com.google.code.gson:gson:2.13.0")
2929
}
3030

3131
tasks {

libraries/plugin-tests/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repositories {
2020

2121
dependencies {
2222
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
23-
compileOnly("com.google.code.gson:gson:2.12.1")
23+
compileOnly("com.google.code.gson:gson:2.13.0")
2424
implementation("org.jetbrains:annotations:26.0.2")
2525

2626
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
2727
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
2828
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
29-
testImplementation("com.google.code.gson:gson:2.12.1")
29+
testImplementation("com.google.code.gson:gson:2.13.0")
3030
}
3131

3232
tasks {

tools/deployment/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
implementation("dev.masecla:Modrinth4J:2.2.0")
2222

23-
implementation("com.google.code.gson:gson:2.12.1")
23+
implementation("com.google.code.gson:gson:2.13.0")
2424
implementation("com.squareup.okhttp3:okhttp:4.12.0")
2525
implementation("org.jetbrains:annotations:26.0.2")
2626

tools/quick-e2e/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
compileOnly("com.google.code.gson:gson:2.12.1")
21+
compileOnly("com.google.code.gson:gson:2.13.0")
2222
implementation("com.squareup.okhttp3:okhttp:4.12.0")
2323
implementation("org.jetbrains:annotations:26.0.2")
2424

0 commit comments

Comments
 (0)