Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand Down