This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 08a70f667 main: Update dependency com.nimbusds:nimbus-jose-jwt to
v10.2 (#1334)
08a70f667 is described below
commit 08a70f667b58d9142c55ec463a2726a7f0d9a6f4
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Apr 8 09:00:05 2025 +0200
main: Update dependency com.nimbusds:nimbus-jose-jwt to v10.2 (#1334)
---
polaris-core/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/polaris-core/build.gradle.kts b/polaris-core/build.gradle.kts
index 5e47ef5e8..0290ebb20 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -59,7 +59,7 @@ dependencies {
implementation("org.apache.commons:commons-compress:1.27.1") {
because("Vulnerability detected in 1.21")
}
- implementation("com.nimbusds:nimbus-jose-jwt:10.1") {
+ implementation("com.nimbusds:nimbus-jose-jwt:10.2") {
because("Vulnerability detected in 9.8.1")
}
}