From 1772c9e395b0946d91005e45334c1d3f6b41578d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:54:00 +0000 Subject: [PATCH] chore(deps): Bump com.google.code.gson:gson from 2.11.0 to 2.14.0 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.14.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.11.0...gson-parent-2.14.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- velocity/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index b9363d8..ae1cc3a 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { implementation(project(":api")) // service-config answers REST; the MOTD store parses its JSON with gson, the // way plugin-match's and plugin-social's clients do. - implementation("com.google.code.gson:gson:2.11.0") + implementation("com.google.code.gson:gson:2.14.0") // The tab list header and footer are player-facing text, so they come from a bundle and are // drawn in the design tokens, like every other line the network shows a player. implementation("gg.grounds:library-i18n:0.2.0") @@ -39,7 +39,7 @@ dependencies { // Same reason, for the MOTD: the section codes a motd.gg import arrives in, the JSON the // stored document is, and the logger the manager reports a failed refresh through. testImplementation("net.kyori:adventure-text-serializer-legacy:5.2.0") - testImplementation("com.google.code.gson:gson:2.11.0") + testImplementation("com.google.code.gson:gson:2.14.0") testImplementation("org.slf4j:slf4j-api:2.0.18") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2")