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")