Skip to content

Commit

Permalink
Upgraded httpclient and httpcore to 4.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Partington committed Apr 17, 2015
1 parent 4d3398e commit 075f230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ dependencies {
exclude group: 'xerces', module: 'xmlParserAPIs'
exclude group: 'xerces', module: 'xercesImpl'
}
compile('org.apache.httpcomponents:httpclient:4.2.1') {
compile('org.apache.httpcomponents:httpclient:4.4.1') {
exclude group: 'commons-logging', module: 'commons-logging'
}
compile 'org.apache.httpcomponents:httpcore:4.2.1'
compile 'org.apache.httpcomponents:httpcore:4.4.1'
compile 'commons-codec:commons-codec:1.6'

// Test dependencies
Expand Down

0 comments on commit 075f230

Please sign in to comment.