Browse Source

SEC-1815: Downgrade openid to use HttpClient 4.1.1 to avoid bug in openid4java's usage of HttpClient

Rob Winch 14 years ago
parent
commit
4a000d040c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      openid/openid.gradle

+ 2 - 2
openid/openid.gradle

@@ -18,5 +18,5 @@ dependencies {
 
     provided 'javax.servlet:servlet-api:2.5'
 
-    runtime 'org.apache.httpcomponents:httpclient:4.1.2'
-}
+    runtime 'org.apache.httpcomponents:httpclient:4.1.1'
+}