We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280feff commit 697209cCopy full SHA for 697209c
instrumentation/httpclient5/pom.xml
@@ -24,7 +24,8 @@
24
<main.basedir>${project.basedir}/../..</main.basedir>
25
26
<!-- To obey the integration tests, we need to use the version >= 5.2 -->
27
- <httpclient5.version>5.6</httpclient5.version>
+ <!-- TODO: 5.6 changed error propagation in interceptors -->
28
+ <httpclient5.version>5.5.2</httpclient5.version>
29
</properties>
30
31
<dependencies>
0 commit comments