From 89ebafa0f65aa3ffb392099f54d6cfd8e31c44ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:55:47 +0000 Subject: [PATCH] chore(deps): Bump io.nats:jnats from 2.26.2 to 2.26.3 Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.26.2 to 2.26.3. - [Release notes](https://github.com/nats-io/nats.java/releases) - [Changelog](https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md) - [Commits](https://github.com/nats-io/nats.java/compare/2.26.2...2.26.3) --- updated-dependencies: - dependency-name: io.nats:jnats dependency-version: 2.26.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- velocity/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index bd8a34a..2efd5e0 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.2") + implementation("io.nats:jnats:2.26.3") // 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