build(deps): bump jwtVersion from 0.12.7 to 0.13.0

Bumps `jwtVersion` from 0.12.7 to 0.13.0.

Updates `io.jsonwebtoken:jjwt-api` from 0.12.7 to 0.13.0
- [Release notes](https://github.com/jwtk/jjwt/releases)
- [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0)

Updates `io.jsonwebtoken:jjwt-impl` from 0.12.7 to 0.13.0
- [Release notes](https://github.com/jwtk/jjwt/releases)
- [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0)

Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.7 to 0.13.0

---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-api
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.jsonwebtoken:jjwt-impl
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.jsonwebtoken:jjwt-jackson
  dependency-version: 0.13.0
  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-08-24 20:46:00 +00:00 committed by GitHub
parent f0cfd87a5a
commit ddec6e35ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ repositories {
}
ext {
jwtVersion = '0.12.7'
jwtVersion = '0.13.0'
}
bootRun {