Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.46 to 9.47 (#315)
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.46 to 9.47.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.47..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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 73d47e3 commit 6da0dd9
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-ktor3-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val ktorVersion = "3.0.1"

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

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.46")
api("com.nimbusds:nimbus-jose-jwt:9.47")
api("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")

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

0 comments on commit 6da0dd9

Please sign in to comment.