Skip to content

Commit

Permalink
Upgraded HttpClient to version 5.3.1 and HttpCore to version 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Jul 13, 2024
1 parent 6b03817 commit ac47794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ buildscript {
}

val versions = mapOf(
"httpclient" to "5.1.4",
"httpclient" to "5.3.1",
"httpcore" to "5.2.5",
"hamcrest" to "2.2"
)

Expand Down
2 changes: 2 additions & 0 deletions httpclient-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ dependencies {
val versions: Map<String, String> by project.extra

api("org.apache.httpcomponents.client5:httpclient5:${versions["httpclient"]}")
api("org.apache.httpcomponents.core5:httpcore5:${versions["httpcore"]}")
api("org.apache.httpcomponents.core5:httpcore5-h2:${versions["httpcore"]}")
testImplementation("org.hamcrest:hamcrest-library:${versions["hamcrest"]}")
androidTestImplementation("com.android.support.test:runner:1.0.2")
androidTestImplementation("com.android.support.test.espresso:espresso-core:3.0.2")
Expand Down

0 comments on commit ac47794

Please sign in to comment.