rsanchez
2016-03-16 86f5f370d19c62bae5e32d5545a3264fa7193aa6
#0 fix - update httpclient version to avoid exception on https
1 files modified
changed files
pom.xml patch | view | blame | history
pom.xml
....@@ -3,7 +3,7 @@
33 <modelVersion>4.0.0</modelVersion>
44 <groupId>net.curisit</groupId>
55 <artifactId>securis-client</artifactId>
6
- <version>1.1.1-SNAPSHOT</version>
6
+ <version>1.1.2</version>
77 <build>
88 <plugins>
99 <plugin>
....@@ -54,7 +54,7 @@
5454 <dependency>
5555 <groupId>org.apache.httpcomponents</groupId>
5656 <artifactId>httpclient</artifactId>
57
- <version>4.4-beta1</version>
57
+ <version>4.5.2</version>
5858 </dependency>
5959 <dependency>
6060 <groupId>com.fasterxml.jackson.core</groupId>