diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-07 09:48:30 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-07 09:48:30 +0200 |
commit | 19170ca15132f97a5c8f9c32943cd2a7b6af074b (patch) | |
tree | fc33fcbaed519d4fd2861aa8453e078f987f5783 /pom.xml | |
parent | 7aa2598a45bb712305d91d9e386d41cba6b3b0d1 (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |