From 86f5f370d19c62bae5e32d5545a3264fa7193aa6 Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Wed, 16 Mar 2016 10:27:32 +0000 Subject: [PATCH] #0 fix - update httpclient version to avoid exception on https --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 59c777f..30c7fea 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>net.curisit</groupId> <artifactId>securis-client</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2</version> <build> <plugins> <plugin> @@ -54,7 +54,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.4-beta1</version> + <version>4.5.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> -- Gitblit v1.3.2