From cbb584447109954f21d54efb838cdcf63685cfb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:40:56 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.47 to 9.48. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.48..9.47) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor ... 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 c2cfe41..7f2d090 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.17.0") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2") - implementation("com.nimbusds:nimbus-jose-jwt:9.47") + implementation("com.nimbusds:nimbus-jose-jwt:9.48") runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1") }