Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Upgrade HttpComponents Android client to 4.3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Jun 24, 2015
1 parent ff16777 commit 66d0605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configure(allprojects) {
ext.gsonVersion = "2.3.1"
ext.simpleXmlVersion = "2.7.1"
ext.okHttpVersion = "2.4.0"
ext.httpclientVersion = "4.3.5"
ext.httpclientVersion = "4.3.5.1"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"

apply plugin: 'propdeps'
Expand Down
2 changes: 1 addition & 1 deletion test/spring-android-rest-template-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>spring-android-rest-template-test</name>

<properties>
<org.apache.httpcomponents-version>4.3.5</org.apache.httpcomponents-version>
<org.apache.httpcomponents-version>4.3.5.1</org.apache.httpcomponents-version>
<com.squareup.okhttp-version>2.1.0</com.squareup.okhttp-version>
<org.codehaus.jackson-version>1.9.13</org.codehaus.jackson-version>
<com.fasterxml.jackson.core-version>2.3.4</com.fasterxml.jackson.core-version>
Expand Down

0 comments on commit 66d0605

Please sign in to comment.