Skip to content

Commit

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

Bump com.nimbusds:nimbus-jose-jwt from 10.0 to 10.0.1
  • Loading branch information
github-actions[bot] authored Jan 3, 2025
2 parents ca495f0 + f1e8264 commit e33e4d5
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:10.0")
implementation("com.nimbusds:nimbus-jose-jwt:10.0.1")

runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1")
}

0 comments on commit e33e4d5

Please sign in to comment.