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 4ea9d0fd main: Update dependency com.nimbusds:nimbus-jose-jwt to v10 
(#691)
4ea9d0fd is described below

commit 4ea9d0fd8ee8be991cc7f1efca0978b41c2e3fe3
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 10 18:03:40 2025 +0100

    main: Update dependency com.nimbusds:nimbus-jose-jwt to v10 (#691)
---
 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 f8988163..6a80f8a9 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -58,7 +58,7 @@ dependencies {
     implementation("org.apache.commons:commons-compress:1.27.1") {
       because("Vulnerability detected in 1.21")
     }
-    implementation("com.nimbusds:nimbus-jose-jwt:9.48") {
+    implementation("com.nimbusds:nimbus-jose-jwt:10.0.1") {
       because("Vulnerability detected in 9.8.1")
     }
   }

Reply via email to