Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.44
Browse files Browse the repository at this point in the history
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.41.2 to 9.44.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/tag/9.44)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent f54ca7d commit 4eb2ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
implementation("io.micronaut.kotlin:micronaut-kotlin-runtime")
implementation("io.micronaut.security:micronaut-security-jwt")
constraints {
implementation("com.nimbusds:nimbus-jose-jwt:9.41.2")
implementation("com.nimbusds:nimbus-jose-jwt:9.44")
.because("micronaut-security-jwt:3.11.1 uses an outdated version with a CVE")
}

Expand Down

0 comments on commit 4eb2ff5

Please sign in to comment.