From ca5151bffb615fce2896af7289530b506edf99b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 06:58:12 +0000 Subject: [PATCH] fix(deps): bump com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.39.2 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.39.1 to 9.39.2. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.39.2..9.39.1) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index e5f8680e4..d2211065b 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -66,7 +66,7 @@ dependencies { } // sda-commons-web-testing - api 'com.nimbusds:nimbus-jose-jwt:9.39.1' + api 'com.nimbusds:nimbus-jose-jwt:9.39.2' api 'de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring3x:4.13.0'