Skip to content

Commit

Permalink
⬆️ Bump com.nimbusds:nimbus-jose-jwt from 9.35 to 9.37
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.35 to 9.37.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37..9.35)

---
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 and MartinMekk committed Oct 24, 2023
1 parent 4f9ccc8 commit a9ccff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spesialist-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

dependencies {
api("com.nimbusds:nimbus-jose-jwt:9.35")
api("com.nimbusds:nimbus-jose-jwt:9.37")
api("io.ktor:ktor-server-double-receive:$ktorVersion")
implementation(project(":spesialist-felles"))
implementation("com.expediagroup:graphql-kotlin-server:$graphQLKotlinVersion")
Expand Down
2 changes: 1 addition & 1 deletion spesialist-selve/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

dependencies {
api("com.nimbusds:nimbus-jose-jwt:9.35")
api("com.nimbusds:nimbus-jose-jwt:9.37")
implementation("com.expediagroup:graphql-kotlin-server:$graphQLKotlinVersion")
implementation(project(":spesialist-felles"))
implementation(project(":spesialist-api"))
Expand Down

0 comments on commit a9ccff3

Please sign in to comment.