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 f7222a055 main: Update dependency com.nimbusds:nimbus-jose-jwt to
v10.3 (#1552)
f7222a055 is described below
commit f7222a0550ebafae6ed30a9f1e65a5f8ca39ffd9
Author: Mend Renovate <[email protected]>
AuthorDate: Fri May 9 14:32:23 2025 +0200
main: Update dependency com.nimbusds:nimbus-jose-jwt to v10.3 (#1552)
---
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 f38796662..ebc908789 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.2") {
+ implementation("com.nimbusds:nimbus-jose-jwt:10.3") {
because("Vulnerability detected in 9.8.1")
}
}