From b7566c74f52e1b2d3d96e1a76976f4835c3d0a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:24:40 +0000 Subject: [PATCH] Bump github.com/MicahParks/jwkset from 0.5.19 to 0.5.20 Bumps [github.com/MicahParks/jwkset](https://github.com/MicahParks/jwkset) from 0.5.19 to 0.5.20. - [Release notes](https://github.com/MicahParks/jwkset/releases) - [Commits](https://github.com/MicahParks/jwkset/compare/v0.5.19...v0.5.20) --- updated-dependencies: - dependency-name: github.com/MicahParks/jwkset dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 79a8b62..0e808a3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/sovietaced/okta-jwt-verifier go 1.22 require ( - github.com/MicahParks/jwkset v0.5.19 + github.com/MicahParks/jwkset v0.5.20 github.com/MicahParks/keyfunc/v3 v3.3.3 github.com/benbjohnson/clock v1.3.5 github.com/golang-jwt/jwt/v5 v5.2.1 diff --git a/go.sum b/go.sum index 03e1270..80e677f 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/MicahParks/jwkset v0.5.19 h1:XZCsgJv05DBCvxEHYEHlSafqiuVn5ESG0VRB331Fxhw= -github.com/MicahParks/jwkset v0.5.19/go.mod h1:q8ptTGn/Z9c4MwbcfeCDssADeVQb3Pk7PnVxrvi+2QY= +github.com/MicahParks/jwkset v0.5.20 h1:gTIKx9AofTqQJ0srd8AL7ty9NeadP5WUXSPOZadTpOI= +github.com/MicahParks/jwkset v0.5.20/go.mod h1:q8ptTGn/Z9c4MwbcfeCDssADeVQb3Pk7PnVxrvi+2QY= github.com/MicahParks/keyfunc/v3 v3.3.3 h1:c6j9oSu1YUo0k//KwF1miIQlEMtqNlj7XBFLB8jtEmY= github.com/MicahParks/keyfunc/v3 v3.3.3/go.mod h1:f/UMyXdKfkZzmBeBFUeYk+zu066J1Fcl48f7Wnl5Z48= github.com/benbjohnson/clock v1.3.5 h1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o=