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 d67a35db4 fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to 
v10.4 (#2139)
d67a35db4 is described below

commit d67a35db44aee2dbc2535c14f3bc90e29dda109c
Author: Mend Renovate <b...@renovateapp.com>
AuthorDate: Mon Jul 21 09:53:27 2025 +0200

    fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.4 (#2139)
---
 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 5f8b1ce3e..cfed86aac 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.27.1") {
       because("Vulnerability detected in 1.21")
     }
-    implementation("com.nimbusds:nimbus-jose-jwt:10.3.1") {
+    implementation("com.nimbusds:nimbus-jose-jwt:10.4") {
       because("Vulnerability detected in 9.8.1")
     }
   }

Reply via email to