Skip to content

Commit a2bba69

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ba89dd commit a2bba69

File tree

7 files changed

+48
-18
lines changed

7 files changed

+48
-18
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ require (
169169
github.com/go-openapi/validate v0.24.0 // indirect
170170
github.com/gogo/protobuf v1.3.2 // indirect
171171
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
172-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
172+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
173173
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
174174
github.com/golang/protobuf v1.5.4 // indirect
175175
github.com/golang/snappy v0.0.4 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzw
596596
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
597597
github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI=
598598
github.com/golang-jwt/jwt/v4 v4.5.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
599-
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
600-
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
599+
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=
600+
github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
601601
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
602602
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
603603
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=

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

+8-8
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

+2-2
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

+33-3
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ github.com/gogo/protobuf/sortkeys
761761
# github.com/golang-jwt/jwt/v4 v4.5.2
762762
## explicit; go 1.16
763763
github.com/golang-jwt/jwt/v4
764-
# github.com/golang-jwt/jwt/v5 v5.2.1
764+
# github.com/golang-jwt/jwt/v5 v5.2.2
765765
## explicit; go 1.18
766766
github.com/golang-jwt/jwt/v5
767767
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da

0 commit comments

Comments
 (0)