File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 compile ([group : ' eu.infomas' , name : ' annotation-detector' , version : ' 3.0.4' ])
4040 compile ([group : ' commons-io' , name : ' commons-io' , version : ' 2.4' ])
4141 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 ' ])
4343 compile ([group : ' com.google.guava' , name : ' guava' , version : ' 12.0.1' ])
4444 testCompile group : ' junit' , name : ' junit' , version : ' 4.11'
4545 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 {
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.3.5 ' ])
31+ compile ([group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.3 ' ])
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'
You can’t perform that action at this time.
0 commit comments