From b3e305e9846b674e88c1b641b142f940ff902367 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 23:23:40 +0000 Subject: [PATCH] Bump nimbus-jose-jwt from 8.19 to 9.9.3 Bumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 8.19 to 9.9.3. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.9.3..8.19) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5389f617..7d6562b9 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:4.2.0' implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:4.2.0' implementation 'org.apache.httpcomponents:httpclient:4.5.12' - implementation 'com.nimbusds:nimbus-jose-jwt:8.19' + implementation 'com.nimbusds:nimbus-jose-jwt:9.9.3' implementation 'org.passay:passay:1.6.0' implementation 'io.vavr:vavr:0.10.3' implementation 'io.lettuce:lettuce-core:5.3.2.RELEASE'