mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-30 06:03:32 +00:00
SEC-1815: Downgrade openid to use HttpClient 4.1.1 to avoid bug in openid4java's usage of HttpClient
This commit is contained in:
parent
359bd7c468
commit
4a000d040c
@ -18,5 +18,5 @@ dependencies {
|
|||||||
|
|
||||||
provided 'javax.servlet:servlet-api:2.5'
|
provided 'javax.servlet:servlet-api:2.5'
|
||||||
|
|
||||||
runtime 'org.apache.httpcomponents:httpclient:4.1.2'
|
runtime 'org.apache.httpcomponents:httpclient:4.1.1'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user