This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 4b5cad76 main: Update dependency com.nimbusds:nimbus-jose-jwt to
v10.0.2 (#1067)
4b5cad76 is described below
commit 4b5cad76a8db8c7d503b0381ac05a8d8eda41bfa
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Feb 26 07:45:53 2025 +0100
main: Update dependency com.nimbusds:nimbus-jose-jwt to v10.0.2 (#1067)
---
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 09c99f29..35760523 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -60,7 +60,7 @@ dependencies {
implementation("org.apache.commons:commons-compress:1.27.1") {
because("Vulnerability detected in 1.21")
}
- implementation("com.nimbusds:nimbus-jose-jwt:10.0.1") {
+ implementation("com.nimbusds:nimbus-jose-jwt:10.0.2") {
because("Vulnerability detected in 9.8.1")
}
}