Skip to content

Commit

Permalink
Merge pull request #264 from navikt/dependabot/gradle/com.nimbusds-ni…
Browse files Browse the repository at this point in the history
…mbus-jose-jwt-10.0

Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
2 parents 00dfccb + 0d93bb0 commit ca495f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktor-auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit ca495f0

Please sign in to comment.