Skip to content

Commit

Permalink
Merge pull request #565 from thoughtworks/dependabot/gradle/com.nimbu…
Browse files Browse the repository at this point in the history
…sds-nimbus-jose-jwt-9.48

Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48
  • Loading branch information
chadlwilson authored Jan 1, 2025
2 parents 722f0cd + f8bb418 commit 064cdf3
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.47")
implementation("com.nimbusds:nimbus-jose-jwt:9.48")
.because("micronaut-security-jwt:3.11.1 uses an outdated version with a CVE")
}

Expand Down

0 comments on commit 064cdf3

Please sign in to comment.