mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 14:48:54 +00:00 
			
		
		
		
	Downgrade nimbus-jose-jwt to 8.+
Closes gh-9399
This commit is contained in:
		
							parent
							
								
									da7141eb5b
								
							
						
					
					
						commit
						e79141a188
					
				| @ -21,6 +21,7 @@ if (!project.hasProperty("locksDisabled")) { | ||||
| 	} | ||||
| } | ||||
| ext.openSamlVersion = "3.4.+" | ||||
| ext.nimbusJoseJwtVersion = '8.+' | ||||
| 
 | ||||
| dependencies { | ||||
| 	management platform("org.springframework:spring-framework-bom:$springVersion") | ||||
| @ -38,7 +39,7 @@ dependencies { | ||||
| 		management "com.google.appengine:appengine:$gaeVersion" | ||||
| 		management "com.google.inject:guice:3.0" | ||||
| 		management "com.nimbusds:nimbus-jose-jwt:9.+" | ||||
| 		management "com.nimbusds:oauth2-oidc-sdk:8.+" | ||||
| 		management "com.nimbusds:oauth2-oidc-sdk:$nimbusJoseJwtVersion" | ||||
| 		management "com.squareup.okhttp3:mockwebserver:3.14.+" | ||||
| 		management "com.squareup.okhttp3:okhttp:3.14.+" | ||||
| 		management "com.sun.xml.bind:jaxb-core:2.3.+" | ||||
|  | ||||
| @ -26,8 +26,8 @@ import java.util.HashMap; | ||||
| import java.util.List; | ||||
| import java.util.Map; | ||||
| 
 | ||||
| import com.nimbusds.jose.shaded.json.JSONArray; | ||||
| import com.nimbusds.jose.shaded.json.JSONObject; | ||||
| import net.minidev.json.JSONArray; | ||||
| import net.minidev.json.JSONObject; | ||||
| import org.assertj.core.util.Lists; | ||||
| import org.junit.Test; | ||||
| 
 | ||||
|  | ||||
| @ -23,8 +23,8 @@ import java.util.HashMap; | ||||
| import java.util.List; | ||||
| import java.util.Map; | ||||
| 
 | ||||
| import com.nimbusds.jose.shaded.json.JSONArray; | ||||
| import com.nimbusds.jose.shaded.json.JSONObject; | ||||
| import net.minidev.json.JSONArray; | ||||
| import net.minidev.json.JSONObject; | ||||
| import org.assertj.core.util.Lists; | ||||
| import org.assertj.core.util.Maps; | ||||
| import org.junit.Before; | ||||
|  | ||||
| @ -1,6 +1,10 @@ | ||||
| apply plugin: 'io.spring.convention.spring-sample-boot' | ||||
| 
 | ||||
| dependencies { | ||||
| 	constraints { | ||||
| 		management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion" | ||||
| 	} | ||||
| 
 | ||||
| 	compile project(':spring-security-config') | ||||
| 	compile project(':spring-security-oauth2-jose') | ||||
| 	compile project(':spring-security-oauth2-resource-server') | ||||
|  | ||||
| @ -1,6 +1,10 @@ | ||||
| apply plugin: 'io.spring.convention.spring-sample-boot' | ||||
| 
 | ||||
| dependencies { | ||||
| 	constraints { | ||||
| 		management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion" | ||||
| 	} | ||||
| 
 | ||||
| 	compile project(':spring-security-config') | ||||
| 	compile project(':spring-security-oauth2-jose') | ||||
| 	compile project(':spring-security-oauth2-resource-server') | ||||
|  | ||||
| @ -1,6 +1,10 @@ | ||||
| apply plugin: 'io.spring.convention.spring-sample-boot' | ||||
| 
 | ||||
| dependencies { | ||||
| 	constraints { | ||||
| 		management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion" | ||||
| 	} | ||||
| 
 | ||||
| 	compile project(':spring-security-config') | ||||
| 	compile project(':spring-security-oauth2-jose') | ||||
| 	compile project(':spring-security-oauth2-resource-server') | ||||
|  | ||||
| @ -1,6 +1,10 @@ | ||||
| apply plugin: 'io.spring.convention.spring-sample-boot' | ||||
| 
 | ||||
| dependencies { | ||||
| 	constraints { | ||||
| 		management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion" | ||||
| 	} | ||||
| 
 | ||||
| 	compile project(':spring-security-config') | ||||
| 	compile project(':spring-security-oauth2-jose') | ||||
| 	compile project(':spring-security-oauth2-resource-server') | ||||
|  | ||||
| @ -1,6 +1,10 @@ | ||||
| apply plugin: 'io.spring.convention.spring-sample-boot' | ||||
| 
 | ||||
| dependencies { | ||||
| 	constraints { | ||||
| 		management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion" | ||||
| 	} | ||||
| 
 | ||||
| 	compile project(':spring-security-config') | ||||
| 	compile project(':spring-security-oauth2-jose') | ||||
| 	compile project(':spring-security-oauth2-client') | ||||
|  | ||||
| @ -1,6 +1,10 @@ | ||||
| apply plugin: 'io.spring.convention.spring-sample-boot' | ||||
| 
 | ||||
| dependencies { | ||||
| 	constraints { | ||||
| 		management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion" | ||||
| 	} | ||||
| 
 | ||||
| 	compile project(':spring-security-config') | ||||
| 	compile project(':spring-security-oauth2-jose') | ||||
| 	compile project(':spring-security-oauth2-resource-server') | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user