From 141811da7ae2494c77485a5899c1d47b55111d58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:56:17 +0100 Subject: [PATCH] Update module github.com/nats-io/nats-server/v2 to v2.10.23 (#474) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 53a09e56..38d1cfb1 100644 --- a/go.mod +++ b/go.mod @@ -102,6 +102,6 @@ require ( replace ( github.com/dgrijalva/jwt-go => github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 - github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.22 + github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.23 github.com/spf13/viper => github.com/spf13/viper v1.19.0 )