This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new ac812883fb5 Update dependency com.nimbusds:nimbus-jose-jwt to v10 
(#3128)
ac812883fb5 is described below

commit ac812883fb506d8b9d21d11f99a891be3838cdd8
Author: Solr Bot <[email protected]>
AuthorDate: Mon Sep 1 21:05:46 2025 +0200

    Update dependency com.nimbusds:nimbus-jose-jwt to v10 (#3128)
---
 gradle/libs.versions.toml                     | 2 +-
 solr/licenses/nimbus-jose-jwt-10.4.2.jar.sha1 | 1 +
 solr/licenses/nimbus-jose-jwt-9.48.jar.sha1   | 1 -
 solr/modules/jwt-auth/gradle.lockfile         | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 225d16941f6..b4b97d5e2b3 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -166,7 +166,7 @@ navsecurity = "0.5.10"
 netty = "4.2.4.Final"
 # @keep for version alignment
 netty-tcnative = "2.0.66.Final"
-nimbusds-josejwt = "9.48"
+nimbusds-josejwt = "10.4.2"
 nlopez-compose = "0.4.27"
 nodegradle-node = "7.1.0"
 # @keep Node JS version used in node.gradle (LTS)
diff --git a/solr/licenses/nimbus-jose-jwt-10.4.2.jar.sha1 
b/solr/licenses/nimbus-jose-jwt-10.4.2.jar.sha1
new file mode 100644
index 00000000000..4d33a2bdc12
--- /dev/null
+++ b/solr/licenses/nimbus-jose-jwt-10.4.2.jar.sha1
@@ -0,0 +1 @@
+3e46a97570e9d09b97d2b756c29620930240088a
diff --git a/solr/licenses/nimbus-jose-jwt-9.48.jar.sha1 
b/solr/licenses/nimbus-jose-jwt-9.48.jar.sha1
deleted file mode 100644
index 31189246691..00000000000
--- a/solr/licenses/nimbus-jose-jwt-9.48.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-587d7e8126e68eef212c90485f48d6e032f626b0
diff --git a/solr/modules/jwt-auth/gradle.lockfile 
b/solr/modules/jwt-auth/gradle.lockfile
index cd4bd919718..c8cb878d3f0 100644
--- a/solr/modules/jwt-auth/gradle.lockfile
+++ b/solr/modules/jwt-auth/gradle.lockfile
@@ -34,7 +34,7 @@ 
com.jayway.jsonpath:json-path:2.9.0=jarValidation,runtimeClasspath,runtimeLibs,s
 com.lmax:disruptor:3.4.4=solrPlatformLibs
 
com.nimbusds:content-type:2.2=jarValidation,testCompileClasspath,testRuntimeClasspath
 
com.nimbusds:lang-tag:1.7=jarValidation,testCompileClasspath,testRuntimeClasspath
-com.nimbusds:nimbus-jose-jwt:9.48=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.nimbusds:nimbus-jose-jwt:10.4.2=jarValidation,testCompileClasspath,testRuntimeClasspath
 
com.nimbusds:oauth2-oidc-sdk:10.10.1=jarValidation,testCompileClasspath,testRuntimeClasspath
 
com.squareup.okhttp3:mockwebserver:4.11.0=jarValidation,testCompileClasspath,testRuntimeClasspath
 
com.squareup.okhttp3:okhttp:4.12.0=jarValidation,testCompileClasspath,testRuntimeClasspath

Reply via email to