Skip to content

Commit

Permalink
build(deps): Bump com.auth0:java-jwt from 4.4.0 to 4.5.0 in /backend (#…
Browse files Browse the repository at this point in the history
…485)

Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/auth0/java-jwt/releases)
- [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md)
- [Commits](auth0/java-jwt@4.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: com.auth0:java-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 35d4c38 commit 7cff1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation group: 'org.json', name: 'json', version: '20250107'

// https://mvnrepository.com/artifact/com.auth0/java-jwt
implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0'
implementation group: 'com.auth0', name: 'java-jwt', version: '4.5.0'

// compile instead of testCompile because the web service uses it
implementation junitDependency
Expand Down

0 comments on commit 7cff1dc

Please sign in to comment.