Explorar el Código

Update to httpcomponents:httpclient:4.2.5

Fixes gh-5818
Joe Grandja hace 7 años
padre
commit
96acf33019
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.3',
+	runtime 'org.apache.httpcomponents:httpclient:4.2.5',
 			'net.sourceforge.nekohtml:nekohtml:1.9.20'
 }