From da0f2e330e10faa134d6bbb42c636c1618f8861b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:08:52 +0000 Subject: [PATCH] Bump jwks-rsa from 0.20.0 to 0.21.3 Bumps [jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.20.0 to 0.21.3. - [Release notes](https://github.com/auth0/jwks-rsa-java/releases) - [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/jwks-rsa-java/compare/0.20.0...0.21.3) --- updated-dependencies: - dependency-name: com.auth0:jwks-rsa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d212f74..498efba6 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:5.6.1' implementation 'com.h2database:h2:1.4.200' implementation 'com.auth0:java-jwt:3.18.2' - implementation 'com.auth0:jwks-rsa:0.20.0' + implementation 'com.auth0:jwks-rsa:0.21.3' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-webflux'