Skip to content

Commit 08af94b

Browse files
authored
Bumped JWT version (#1717)
This is to satisfy a vuln scan that flagging an issue with JWT
1 parent 818b9f6 commit 08af94b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/go-openapi/swag v0.23.0 // indirect
6262
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6363
github.com/gogo/protobuf v1.3.2 // indirect
64-
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
64+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
6565
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
6666
github.com/golang/protobuf v1.5.4 // indirect
6767
github.com/google/gnostic-models v0.6.8 // indirect

scripts/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/go-openapi/jsonreference v0.20.2 // indirect
4343
github.com/go-openapi/swag v0.23.0 // indirect
4444
github.com/gogo/protobuf v1.3.2 // indirect
45-
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
45+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
4646
github.com/golang/protobuf v1.5.4 // indirect
4747
github.com/google/gnostic-models v0.6.8 // indirect
4848
github.com/google/go-cmp v0.6.0 // indirect

0 commit comments

Comments
 (0)