diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index b9363d8..415b444 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { // 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") - implementation("io.nats:jnats:2.26.0") + implementation("io.nats:jnats:2.26.2") // The metrics endpoint. Micrometer rather than a hand-written exposition format, because its // JVM binders publish the same names the services and the game servers do — one Grafana query