From 0188216f8ad423004e108d3078e492bcc834c86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:35:39 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.37.2 to 9.37.3 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.37.2 to 9.37.3. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.3..9.37.2) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 7af07508cf..b7ad34a3f3 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("javax.jws:javax.jws-api:1.1") // Fails to find SAAJMetaFactoryImpl when either missing or if you upgrade to 2.0.0 implementation("com.sun.xml.messaging.saaj:saaj-impl:1.5.2") - implementation("com.nimbusds:nimbus-jose-jwt:9.37.2") + implementation("com.nimbusds:nimbus-jose-jwt:9.37.3") testImplementation(project(":test-common")) implementation(rootProject.libs.wiremock) {