Bump com.nimbusds:nimbus-jose-jwt from 10.0.2 to 10.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-18 16:09:21 +00:00 committed by GitHub
parent 673f439f5e
commit efe35d0c52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ subprojects {
jupiterVersion = '5.12.1' jupiterVersion = '5.12.1'
mockitoVersion = '4.11.0' mockitoVersion = '4.11.0'
lombokVersion = '1.18.38' lombokVersion = '1.18.38'
nimbusVersion = '10.0.2' nimbusVersion = '10.2'
shadowVersion = '8.1.1' shadowVersion = '8.1.1'
//IMPORTANT: This must be in sync with the shaded netty version in gRPC //IMPORTANT: This must be in sync with the shaded netty version in gRPC