diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-08 19:06:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-10 15:56:58 +0200 |
commit | de4fa154c727982c12c0016a1d1e54e9f8ef5e43 (patch) | |
tree | 768aac1483554a444d96adf8d226c68e095f7e62 /pom.xml | |
parent | 17849a9d89c1627d058e3c8100eda4ec9f0b5059 (diff) | |
download | sonarqube-de4fa154c727982c12c0016a1d1e54e9f8ef5e43.tar.gz sonarqube-de4fa154c727982c12c0016a1d1e54e9f8ef5e43.zip |
Fix false-positives when downloading external files from integration tests
By upgrading to Orchestrator 3.15.0.1090. It retries download when
getting a java.net.ProtocolException
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ <slf4j.version>1.7.21</slf4j.version> <tomcat.version>8.5.11</tomcat.version> <elasticsearch.version>2.4.4</elasticsearch.version> - <orchestrator.version>3.15.0.1083</orchestrator.version> + <orchestrator.version>3.15.0.1090</orchestrator.version> <okhttp.version>3.7.0</okhttp.version> <jackson.version>2.6.6</jackson.version> |