From a86cf1515a05355fe2a2c2d79378ab8ee9d7120e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:53:03 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.40 to 9.41 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.40 to 9.41. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.41..9.40) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index dbd36a25..8d7cbc02 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ val logstashEncoderVersion = "7.4" val jacksonVersion = "2.17.2" val jacksonDatabindVersion = "2.13.2.2" val javaJwtVersion = "4.4.0" -val nimbusVersion = "9.40" +val nimbusVersion = "9.41" val detektVersion = "1.23.0" val kotestVersion = "5.9.1" val kotestExtensionsVersion = "2.0.0"