Try to fix flaky apache async http client 5 tests (#13484)

This commit is contained in:
Lauri Tulmin 2025-03-10 13:30:49 +02:00 committed by GitHub
parent b0107efa4c
commit 87088a172b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ muzzle {
dependencies {
library("org.apache.httpcomponents.client5:httpclient5:5.0")
// https://issues.apache.org/jira/browse/HTTPCORE-653
library("org.apache.httpcomponents.core5:httpcore5:5.0.3")
}
tasks {