Skip to content

Commit 1e4528a

Browse files
authored
main: Update dependency com.nimbusds:nimbus-jose-jwt to v10.3.1 (#2062)
1 parent f4256f9 commit 1e4528a

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
@@ -59,7 +59,7 @@ dependencies {
5959
implementation("org.apache.commons:commons-compress:1.27.1") {
6060
because("Vulnerability detected in 1.21")
6161
}
62-
implementation("com.nimbusds:nimbus-jose-jwt:10.3") {
62+
implementation("com.nimbusds:nimbus-jose-jwt:10.3.1") {
6363
because("Vulnerability detected in 9.8.1")
6464
}
6565
}

0 commit comments

Comments
 (0)