aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-06-07 09:48:30 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-06-07 09:48:30 +0200
commit19170ca15132f97a5c8f9c32943cd2a7b6af074b (patch)
treefc33fcbaed519d4fd2861aa8453e078f987f5783 /pom.xml
parent7aa2598a45bb712305d91d9e386d41cba6b3b0d1 (diff)
downloadsonarqube-19170ca15132f97a5c8f9c32943cd2a7b6af074b.tar.gz
sonarqube-19170ca15132f97a5c8f9c32943cd2a7b6af074b.zip
SONAR-3755 Update com.github.kevinsawicki:http-request version to 5.2 that fix issue when encoding + character
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 2165236824b..7c70852c560 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1058,7 +1058,7 @@
<dependency>
<groupId>com.github.kevinsawicki</groupId>
<artifactId>http-request</artifactId>
- <version>5.1</version>
+ <version>5.2</version>
</dependency>
</dependencies>
</dependencyManagement>