From fc3053e2f8c5feb3796252ee0af1f1ab34069d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:34:10 +0000 Subject: [PATCH] build(deps): Bump com.nimbusds:nimbus-jose-jwt from 9.37 to 10.9 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.37 to 10.9. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9..9.37) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.9' dependency-type: direct:production update-type: version-update:semver-major ... 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 2e2ecf5c..da9da70c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,7 +79,7 @@ dependencies { implementation("io.ktor:ktor-server-content-negotiation-jvm:2.3.7") implementation("com.nimbusds:oauth2-oidc-sdk:11.15") // Core OIDC/OAuth2 - implementation("com.nimbusds:nimbus-jose-jwt:9.37") // JWT processing + implementation("com.nimbusds:nimbus-jose-jwt:10.9") // JWT processing // JSON serialization implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")