Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Update com.nimbusds:nimbus-jose-jwt to v10.6
type: dependency_update
authors:
- name: solrbot
links:
- name: PR#3857
url: https://github.com/apache/solr/pull/3857
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ navsecurity = "0.5.10"
netty = "4.2.6.Final"
# @keep for version alignment
netty-tcnative = "2.0.66.Final"
nimbusds-josejwt = "10.5"
nimbusds-josejwt = "10.6"
nlopez-compose = "0.4.27"
nodegradle-node = "7.1.0"
# @keep Node JS version used in node.gradle (LTS)
Expand Down
1 change: 0 additions & 1 deletion solr/licenses/nimbus-jose-jwt-10.5.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/nimbus-jose-jwt-10.6.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6c0b9c9b420ec7def22994c839ca85969e4e68ff
2 changes: 1 addition & 1 deletion solr/modules/jwt-auth/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.5=jarValidation,testCompileClasspath,testRuntimeClasspath
com.nimbusds:nimbus-jose-jwt:10.6=jarValidation,testCompileClasspath,testRuntimeClasspath
com.nimbusds:oauth2-oidc-sdk:10.10.1=jarValidation,testCompileClasspath,testRuntimeClasspath
com.squareup.okhttp3:mockwebserver:4.12.0=jarValidation,testCompileClasspath,testRuntimeClasspath
com.squareup.okhttp3:okhttp:4.12.0=jarValidation,testCompileClasspath,testRuntimeClasspath
Expand Down