Skip to content

Commit

Permalink
chore: bump com.nimbusds:nimbus-jose-jwt from 9.47 to 10.0.1 in /serv…
Browse files Browse the repository at this point in the history
…er (#21)

Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.47 to 10.0.1.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.0.1..9.47)

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

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 Jan 5, 2025
1 parent e94f761 commit 8dcf25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation "io.grpc:grpc-netty:1.68.2"
implementation "io.grpc:grpc-protobuf:1.68.2"
implementation "io.grpc:grpc-services:1.68.2" // reflection
implementation "com.nimbusds:nimbus-jose-jwt:9.47"
implementation "com.nimbusds:nimbus-jose-jwt:10.0.1"
implementation "org.bouncycastle:bcpkix-jdk18on:1.79"
}

Expand Down

0 comments on commit 8dcf25f

Please sign in to comment.