From 01264136069db2282ff1aa1c88e501491b9e1d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:53:14 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.16-preview.1 to 9.37.3 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.16-preview.1 to 9.37.3. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/tag/9.37.3) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c7a79b..d749fa3 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { // Nimbus JOSE JWT // https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt - api group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.16-preview.1' + api group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.37.3' implementation group: 'com.sailpoint', name: 'ietf-subject-identifiers-model', version: '0.2.0-SNAPSHOT' //implementation files("../ietf-subject-identifiers-model/build/libs/ietf-subject-identifiers-model-0.2.0-SNAPSHOT.jar") // Use JUnit test framework