Skip to content

Commit 697209c

Browse files
lock httpclient5
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 280feff commit 697209c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation/httpclient5/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<main.basedir>${project.basedir}/../..</main.basedir>
2525

2626
<!-- To obey the integration tests, we need to use the version >= 5.2 -->
27-
<httpclient5.version>5.6</httpclient5.version>
27+
<!-- TODO: 5.6 changed error propagation in interceptors -->
28+
<httpclient5.version>5.5.2</httpclient5.version>
2829
</properties>
2930

3031
<dependencies>

0 commit comments

Comments
 (0)