Skip to content

Commit

Permalink
chore: Bump com.nimbusds:nimbus-jose-jwt
Browse files Browse the repository at this point in the history
Bumps the gradle-version-updates group in /backend with 1 update: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt).


Updates `com.nimbusds:nimbus-jose-jwt` from 9.41.2 to 9.42
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/tag/9.42)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 29, 2024
1 parent 0ad1d43 commit b7ad01b
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 @@ -40,7 +40,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-cache"
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
implementation "com.nimbusds:nimbus-jose-jwt:9.41.2" // Explicit version to fix CVE-2023-52428
implementation "com.nimbusds:nimbus-jose-jwt:9.42" // Explicit version to fix CVE-2023-52428
implementation "com.fasterxml.uuid:java-uuid-generator:${javaUuidGeneratorVersion}"
implementation "net.logstash.logback:logstash-logback-encoder:${logstashVersion}"
implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}"
Expand Down

0 comments on commit b7ad01b

Please sign in to comment.