diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-31 10:14:40 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-31 10:14:40 +0200 |
commit | 942d823359234eb9cdd9e42c33235d2a5e96375b (patch) | |
tree | cb6e262f52a1cb8d23b7c9632e766f842de424f7 /pom.xml | |
parent | 4f4091d09b31b18c3053518c84dff26e3a6d48ce (diff) | |
download | sonarqube-942d823359234eb9cdd9e42c33235d2a5e96375b.tar.gz sonarqube-942d823359234eb9cdd9e42c33235d2a5e96375b.zip |
Support HTTP proxy in new ws-client
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |