Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 23f2f46 commit cbb5844
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.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")
}

0 comments on commit cbb5844

Please sign in to comment.