We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c591291 commit 6a3a414Copy full SHA for 6a3a414
1 file changed
instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts
@@ -15,6 +15,7 @@ dependencies {
15
library("org.apache.httpcomponents.client5:httpclient5:5.0")
16
// https://issues.apache.org/jira/browse/HTTPCORE-653
17
testImplementation("org.apache.httpcomponents.core5:httpcore5:5.0.3")
18
+ latestDepTestLibrary("org.apache.httpcomponents.client5:httpclient5:5.5.1") // 5.6 defaults HTTPS to HTTP/2
19
20
testInstrumentation(project(":instrumentation:apache-httpclient:apache-httpclient-2.0:javaagent"))
21
testInstrumentation(project(":instrumentation:apache-httpclient:apache-httpclient-4.0:javaagent"))
0 commit comments