aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-05-31 10:14:40 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-05-31 10:14:40 +0200
commit942d823359234eb9cdd9e42c33235d2a5e96375b (patch)
treecb6e262f52a1cb8d23b7c9632e766f842de424f7 /pom.xml
parent4f4091d09b31b18c3053518c84dff26e3a6d48ce (diff)
downloadsonarqube-942d823359234eb9cdd9e42c33235d2a5e96375b.tar.gz
sonarqube-942d823359234eb9cdd9e42c33235d2a5e96375b.zip
Support HTTP proxy in new ws-client
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 5c62f24936e..73cac67243d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1059,7 +1059,7 @@
<dependency>
<groupId>com.github.kevinsawicki</groupId>
<artifactId>http-request</artifactId>
- <version>4.1</version>
+ <version>5.1</version>
</dependency>
</dependencies>
</dependencyManagement>