From 318cc4f6e26222ad8f05dc290d1fcf226e5fef1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 05:38:11 +0000 Subject: [PATCH] build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.2 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.48 to 10.2. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.2..9.48) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 42d8d84..43e5627 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'io.fabric8:kubernetes-client:7.0.1' - implementation 'com.nimbusds:nimbus-jose-jwt:9.48' + implementation 'com.nimbusds:nimbus-jose-jwt:10.2' implementation 'org.bouncycastle:bcpkix-jdk18on:1.80' developmentOnly 'org.springframework.boot:spring-boot-devtools'