Skip to content

Commit a8ca16b

Browse files
authored
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.4.2 (#2350)
1 parent b1f7eed commit a8ca16b

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
@@ -63,7 +63,7 @@ dependencies {
6363
implementation("org.apache.commons:commons-compress:1.28.0") {
6464
because("Vulnerability detected in 1.21")
6565
}
66-
implementation("com.nimbusds:nimbus-jose-jwt:10.4.1") {
66+
implementation("com.nimbusds:nimbus-jose-jwt:10.4.2") {
6767
because("Vulnerability detected in 9.8.1")
6868
}
6969
}

0 commit comments

Comments
 (0)