From 78d549311a1ce2c86f28e33eac782c01d192b3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:37:24 +0000 Subject: [PATCH] chore(deps): bump github.com/golang-jwt/jwt/v4 Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.2...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- allocator-token-exchange/go.mod | 2 +- allocator-token-exchange/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/allocator-token-exchange/go.mod b/allocator-token-exchange/go.mod index c028b16..8bc448a 100644 --- a/allocator-token-exchange/go.mod +++ b/allocator-token-exchange/go.mod @@ -2,4 +2,4 @@ module github.com/Unity-Technologies/multiplay-examples/allocator-token-exchange go 1.18 -require github.com/golang-jwt/jwt/v4 v4.4.2 +require github.com/golang-jwt/jwt/v4 v4.5.1 diff --git a/allocator-token-exchange/go.sum b/allocator-token-exchange/go.sum index f214fed..095169d 100644 --- a/allocator-token-exchange/go.sum +++ b/allocator-token-exchange/go.sum @@ -1,2 +1,2 @@ -github.com/golang-jwt/jwt/v4 v4.4.2 h1:rcc4lwaZgFMCZ5jxF9ABolDcIHdBytAFgqFPbSJQAYs= -github.com/golang-jwt/jwt/v4 v4.4.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= +github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo= +github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=