Skip to content

Commit 9b2fbae

Browse files
authored
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.4.1 (#2270)
1 parent af69d9f commit 9b2fbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
implementation("org.apache.commons:commons-compress:1.28.0") {
6565
because("Vulnerability detected in 1.21")
6666
}
67-
implementation("com.nimbusds:nimbus-jose-jwt:10.4") {
67+
implementation("com.nimbusds:nimbus-jose-jwt:10.4.1") {
6868
because("Vulnerability detected in 9.8.1")
6969
}
7070
}

0 commit comments

Comments
 (0)