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 62905c2ba2b Update dependency com.nimbusds:nimbus-jose-jwt to v10.5 
(#3649)
62905c2ba2b is described below

commit 62905c2ba2b9778a23a99e4fd15bd0630ab54755
Author: Solr Bot <[email protected]>
AuthorDate: Wed Sep 10 23:40:58 2025 +0200

    Update dependency com.nimbusds:nimbus-jose-jwt to v10.5 (#3649)
---
 gradle/libs.versions.toml                     | 2 +-
 solr/licenses/nimbus-jose-jwt-10.4.2.jar.sha1 | 1 -
 solr/licenses/nimbus-jose-jwt-10.5.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 a8d0852feb0..9555908676b 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 = "10.4.2"
+nimbusds-josejwt = "10.5"
 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
deleted file mode 100644
index 4d33a2bdc12..00000000000
--- a/solr/licenses/nimbus-jose-jwt-10.4.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3e46a97570e9d09b97d2b756c29620930240088a
diff --git a/solr/licenses/nimbus-jose-jwt-10.5.jar.sha1 
b/solr/licenses/nimbus-jose-jwt-10.5.jar.sha1
new file mode 100644
index 00000000000..d773a439be6
--- /dev/null
+++ b/solr/licenses/nimbus-jose-jwt-10.5.jar.sha1
@@ -0,0 +1 @@
+8ef880fa881a4eb9676dd6c419126aa7753d49f2
diff --git a/solr/modules/jwt-auth/gradle.lockfile 
b/solr/modules/jwt-auth/gradle.lockfile
index 6e2b14e8aaf..da557d7dca7 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:10.4.2=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.nimbusds:nimbus-jose-jwt:10.5=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