From ee3d9e0255ceb96f16906426d592c4a1d309a0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:22:11 +0000 Subject: [PATCH] chore(deps): bump github.com/golang-jwt/jwt/v5 in /jwt Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- jwt/go.mod | 2 +- jwt/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jwt/go.mod b/jwt/go.mod index beaa246..3a65969 100644 --- a/jwt/go.mod +++ b/jwt/go.mod @@ -2,4 +2,4 @@ module go.x2ox.com/sorbifolia/jwt go 1.21 -require github.com/golang-jwt/jwt/v5 v5.3.0 +require github.com/golang-jwt/jwt/v5 v5.3.1 diff --git a/jwt/go.sum b/jwt/go.sum index a5fba20..c0f7290 100644 --- a/jwt/go.sum +++ b/jwt/go.sum @@ -1,2 +1,2 @@ -github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo= -github.com/golang-jwt/jwt/v5 v5.3.0/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE= +github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY= +github.com/golang-jwt/jwt/v5 v5.3.1/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=