diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE | 4 | ||||
-rw-r--r-- | sca-java-2.x/trunk/modules/host-http/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE index 2c43362811..60e64170b2 100644 --- a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE +++ b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE @@ -266,8 +266,8 @@ The following components come under Apache Software License 2.0 gson-1.4.jar
hazelcast-1.9.2.2.jar
hazelcast-client-1.9.2.2.jar
- httpclient-4.0.3.jar
- httpcore-4.0.1.jar
+ httpclient-4.1.2.jar
+ httpcore-4.1.3.jar
jabsorb-1.3.1.jar
jackson-core-asl-1.8.0.jar
jackson-mapper-asl-1.8.0.jar
diff --git a/sca-java-2.x/trunk/modules/host-http/pom.xml b/sca-java-2.x/trunk/modules/host-http/pom.xml index 6fb8bc4c9a..ef628ae6f6 100644 --- a/sca-java-2.x/trunk/modules/host-http/pom.xml +++ b/sca-java-2.x/trunk/modules/host-http/pom.xml @@ -46,14 +46,14 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.0.3</version> + <version>4.1.2</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.0.1</version> + <version>4.1.3</version> <optional>true</optional> </dependency> |