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 9b2fbaed2 fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to 
v10.4.1 (#2270)
9b2fbaed2 is described below

commit 9b2fbaed20932b69db9d058e5d28b5cc4cd8f253
Author: Mend Renovate <b...@renovateapp.com>
AuthorDate: Wed Aug 6 06:13:33 2025 +0200

    fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.4.1 (#2270)
---
 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 8053ad8ea..f2effa7c0 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -64,7 +64,7 @@ dependencies {
     implementation("org.apache.commons:commons-compress:1.28.0") {
       because("Vulnerability detected in 1.21")
     }
-    implementation("com.nimbusds:nimbus-jose-jwt:10.4") {
+    implementation("com.nimbusds:nimbus-jose-jwt:10.4.1") {
       because("Vulnerability detected in 9.8.1")
     }
   }

Reply via email to