Skip to content

Commit a65ebd6

Browse files
chore(deps): bump github.com/golang-jwt/jwt/v5 (#205)
Bumps the go_modules group with 1 update in the / directory: [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt). Updates `github.com/golang-jwt/jwt/v5` from 5.2.1 to 5.2.2 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 946a912 commit a65ebd6

File tree

7 files changed

+50
-84
lines changed

7 files changed

+50
-84
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/felixge/httpsnoop v1.0.4 // indirect
4747
github.com/go-logr/logr v1.4.2 // indirect
4848
github.com/go-logr/stdr v1.2.2 // indirect
49-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
49+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
5050
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5151
github.com/golang/protobuf v1.5.4 // indirect
5252
github.com/google/go-cmp v0.7.0 // indirect

go.sum

Lines changed: 4 additions & 68 deletions
Large diffs are not rendered by default.

vendor/github.com/golang-jwt/jwt/v5/README.md

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/SECURITY.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/parser.go

Lines changed: 33 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/token.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ github.com/go-sql-driver/mysql
254254
# github.com/gofrs/uuid v4.4.0+incompatible
255255
## explicit
256256
github.com/gofrs/uuid
257-
# github.com/golang-jwt/jwt/v5 v5.2.1
257+
# github.com/golang-jwt/jwt/v5 v5.2.2
258258
## explicit; go 1.18
259259
github.com/golang-jwt/jwt/v5
260260
# github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8

0 commit comments

Comments
 (0)