Skip to content

Commit 6900e47

Browse files
Bump com.nimbusds:nimbus-jose-jwt from 9.44 to 9.47
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.44 to 9.47. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.47..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] <[email protected]>
1 parent 4939bb8 commit 6900e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
implementation("io.micronaut.kotlin:micronaut-kotlin-runtime")
8080
implementation("io.micronaut.security:micronaut-security-jwt")
8181
constraints {
82-
implementation("com.nimbusds:nimbus-jose-jwt:9.44")
82+
implementation("com.nimbusds:nimbus-jose-jwt:9.47")
8383
.because("micronaut-security-jwt:3.11.1 uses an outdated version with a CVE")
8484
}
8585

0 commit comments

Comments
 (0)