From 110c7ffd068d780472587c907ddc1078b06bbaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:03:00 +0000 Subject: [PATCH] build(deps): Bump com.nimbusds:nimbus-jose-jwt from 10.9 to 10.9.1 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.9 to 10.9.1. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9.1..10.9) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: 10.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 21a7e0d6..47de762b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -90,7 +90,7 @@ dependencies { // RedHat Auth dependencies implementation("com.nimbusds:oauth2-oidc-sdk:11.38") // Core OIDC/OAuth2 - implementation("com.nimbusds:nimbus-jose-jwt:10.9") // JWT processing + implementation("com.nimbusds:nimbus-jose-jwt:10.9.1") // JWT processing // JSON serialization implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:${libs.versions.kotlinxSerialization.get()}")