From af0a6b9f4f7dc1c2d9206d1750835f757da4ec62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:36:02 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 10.8 to 10.9 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.8 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..10.8) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ff5896d..78e00c2 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation("org.apache.logging.log4j:log4j-api") implementation("io.swagger.core.v3:swagger-annotations:2.2.45") - implementation("com.nimbusds:nimbus-jose-jwt:10.8") + implementation("com.nimbusds:nimbus-jose-jwt:10.9") compileOnly("io.micronaut:micronaut-http-client") compileOnly("io.micronaut.openapi:micronaut-openapi-annotations")