Browse Source

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

Rob Winch 14 năm trước cách đây
mục cha
commit
4a000d040c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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'
+}