File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
compile ([group : ' eu.infomas' , name : ' annotation-detector' , version : ' 3.0.4' ])
40
40
compile ([group : ' commons-io' , name : ' commons-io' , version : ' 2.4' ])
41
41
compile ([group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.1' ])
42
- compile ([group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.3.5 ' ])
42
+ compile ([group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.3 ' ])
43
43
compile ([group : ' com.google.guava' , name : ' guava' , version : ' 12.0.1' ])
44
44
testCompile group : ' junit' , name : ' junit' , version : ' 4.11'
45
45
testCompile group : ' org.mockito' , name : ' mockito-all' , version : ' 1.8.0'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
provided (project(' :agent' )) { transitive = false }
29
29
compile (project(' :core' )) { transitive = false }
30
30
compile ([group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.1' ])
31
- compile ([group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.3.5 ' ])
31
+ compile ([group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.3 ' ])
32
32
provided ' com.opensymphony:xwork:2.0.4' // Struts 2
33
33
provided ' org.springframework:spring-webmvc:3.1.0.RELEASE'
34
34
provided group : ' javax.servlet' , name : ' servlet-api' , version : ' 2.5'
You can’t perform that action at this time.
0 commit comments