Skip to content

Commit 6a3a414

Browse files
committed
Pin latest-deps Apache HttpClient 5.x test library
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent c591291 commit 6a3a414

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent

instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies {
1515
library("org.apache.httpcomponents.client5:httpclient5:5.0")
1616
// https://issues.apache.org/jira/browse/HTTPCORE-653
1717
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
1819

1920
testInstrumentation(project(":instrumentation:apache-httpclient:apache-httpclient-2.0:javaagent"))
2021
testInstrumentation(project(":instrumentation:apache-httpclient:apache-httpclient-4.0:javaagent"))

0 commit comments

Comments
 (0)