aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-06-08 19:06:27 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-06-10 15:56:58 +0200
commitde4fa154c727982c12c0016a1d1e54e9f8ef5e43 (patch)
tree768aac1483554a444d96adf8d226c68e095f7e62 /pom.xml
parent17849a9d89c1627d058e3c8100eda4ec9f0b5059 (diff)
downloadsonarqube-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f63be1d09a3..6035c0fabfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>