Browse Source

Update to httpclient:4.2.6

Fixes gh-8268
Josh Cummings 5 năm trước cách đây
mục cha
commit
e3a1fa2f86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      openid/openid.gradle

+ 1 - 1
openid/openid.gradle

@@ -19,6 +19,6 @@ dependencies {
 
 	provided "javax.servlet:javax.servlet-api:$servletApiVersion"
 
-	runtime 'org.apache.httpcomponents:httpclient:4.2.5',
+	runtime 'org.apache.httpcomponents:httpclient:4.2.6',
 			'net.sourceforge.nekohtml:nekohtml:1.9.22'
 }