From ce0fc368327d39cab95834fd5ea96ae9743339c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:05:17 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.41.2 (#224) Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.41.1 to 9.41.2. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index acbd651c..8f5a9b23 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ val logstashEncoderVersion = "7.4" val jacksonVersion = "2.18.0" val jacksonDatabindVersion = "2.13.2.2" val javaJwtVersion = "4.4.0" -val nimbusVersion = "9.41.1" +val nimbusVersion = "9.41.2" val detektVersion = "1.23.0" val kotestVersion = "5.9.1" val kotestExtensionsVersion = "2.0.0"