Skip to content

Commit 869e362

Browse files
committed
fix: upgrade to oauth2/jws 0.27.0 [IAC-3242]
1 parent 6292ec9 commit 869e362

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Security
2+
body: upgrade to oauth2/jws 0.27.0
3+
time: 2025-02-27T13:40:37.835142+02:00

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ require (
103103
go.opentelemetry.io/otel/metric v1.28.0 // indirect
104104
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
105105
go.opentelemetry.io/otel/trace v1.28.0 // indirect
106-
golang.org/x/oauth2 v0.22.0 // indirect
106+
golang.org/x/oauth2 v0.27.0 // indirect
107107
golang.org/x/sync v0.11.0 // indirect
108108
golang.org/x/time v0.6.0 // indirect
109109
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,8 @@ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri
726726
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg=
727727
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg=
728728
golang.org/x/oauth2 v0.1.0/go.mod h1:G9FE4dLTsbXUu90h/Pf85g4w1D+SSAgR+q46nJZ8M4A=
729-
golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA=
730-
golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
729+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
730+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
731731
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
732732
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
733733
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)