From 0d93bb0dc8e71b2ac44e7c8faf235ef59cc1eb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:23:24 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.48 to 10.0. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.0..9.48) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ktor-auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-auth/build.gradle.kts b/ktor-auth/build.gradle.kts index a89b517..27e24f7 100644 --- a/ktor-auth/build.gradle.kts +++ b/ktor-auth/build.gradle.kts @@ -9,7 +9,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2") - implementation("com.nimbusds:nimbus-jose-jwt:9.48") + implementation("com.nimbusds:nimbus-jose-jwt:10.0") runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1") }