Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.46
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.41.2 to 9.46.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/tag/9.46)

---
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 Nov 11, 2024
1 parent d69477a commit ae44c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter-sdk-kotlin-ktor2-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val ktorVersion = "2.3.12"

dependencies {
implementation("org.slf4j:slf4j-api:2.0.16")
api("com.nimbusds:nimbus-jose-jwt:9.41.2")
api("com.nimbusds:nimbus-jose-jwt:9.46")

implementation("io.ktor:ktor-client-json:$ktorVersion")
implementation("io.ktor:ktor-client-core-jvm:$ktorVersion")
Expand Down
2 changes: 1 addition & 1 deletion adapter-sdk-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val slf4jVersion = "2.0.16"
dependencies {
implementation("org.slf4j:slf4j-api:$slf4jVersion")
api(project(":adapter-protobuf-java"))
api("com.nimbusds:nimbus-jose-jwt:9.41.2")
api("com.nimbusds:nimbus-jose-jwt:9.46")
api("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")

testImplementation("org.slf4j:slf4j-simple:$slf4jVersion")
Expand Down

0 comments on commit ae44c5e

Please sign in to comment.