mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
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:
@@ -30,7 +30,7 @@ dependencies {
|
|||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-engine: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("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 {
|
tasks {
|
||||||
|
|||||||
@@ -19,13 +19,13 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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")
|
implementation("org.jetbrains:annotations:26.0.2")
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-engine: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("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 {
|
tasks {
|
||||||
|
|||||||
@@ -20,13 +20,13 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
|
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")
|
implementation("org.jetbrains:annotations:26.0.2")
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-engine: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("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 {
|
tasks {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation("dev.masecla:Modrinth4J:2.2.0")
|
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("com.squareup.okhttp3:okhttp:4.12.0")
|
||||||
implementation("org.jetbrains:annotations:26.0.2")
|
implementation("org.jetbrains:annotations:26.0.2")
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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("com.squareup.okhttp3:okhttp:4.12.0")
|
||||||
implementation("org.jetbrains:annotations:26.0.2")
|
implementation("org.jetbrains:annotations:26.0.2")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user