From 7b0efc25742d3100430ff2e25a6a157cb03a9dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:54:04 +0000 Subject: [PATCH] chore(deps): Bump io.nats:jnats from 2.26.0 to 2.26.2 Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.26.0 to 2.26.2. - [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.0...2.26.2) --- updated-dependencies: - dependency-name: io.nats:jnats dependency-version: 2.26.2 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 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