Skip to content

Commit 74e5044

Browse files
committed
Also setting web/build.gradle to the same version
1 parent 53a3d45 commit 74e5044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
provided (project(':agent')) { transitive = false }
2929
compile (project(':core')) { transitive = false }
3030
compile ([group: 'org.apache.commons', name: 'commons-lang3', version: '3.1'])
31-
compile ([group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'])
31+
compile ([group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.5'])
3232
provided 'com.opensymphony:xwork:2.0.4' // Struts 2
3333
provided 'org.springframework:spring-webmvc:3.1.0.RELEASE'
3434
provided group: 'javax.servlet', name: 'servlet-api', version: '2.5'

0 commit comments

Comments
 (0)