Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.39 to 9.39.1 (#272)
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.39 to 9.39.1.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.39.1..9.39)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 29, 2024
1 parent f16e9ad commit 7a15cd7
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.11"

dependencies {
implementation("org.slf4j:slf4j-api:2.0.13")
api("com.nimbusds:nimbus-jose-jwt:9.39")
api("com.nimbusds:nimbus-jose-jwt:9.39.1")

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.13"
dependencies {
implementation("org.slf4j:slf4j-api:$slf4jVersion")
api(project(":adapter-protobuf-java"))
api("com.nimbusds:nimbus-jose-jwt:9.39")
api("com.nimbusds:nimbus-jose-jwt:9.39.1")
api("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7")

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

0 comments on commit 7a15cd7

Please sign in to comment.