You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2019/09/29 20:10:09 UTC

[jmeter] 02/02: Updated to httpclient/httpmime 4.5.10 (from 4.5.7)

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit c5210fbe65d2ec6700da91ca39f8c9b809da6690
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Sep 29 22:09:55 2019 +0200

    Updated to httpclient/httpmime 4.5.10 (from 4.5.7)
---
 gradle.properties | 4 ++--
 lib/aareadme.txt  | 2 +-
 xdocs/changes.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index b9e92b6..e64a6e9 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -63,10 +63,10 @@ hamcrest.version=2.1
 hamcrest-date.version=2.0.4
 hsqldb.version=2.4.1
 httpasyncclient.version=4.1.4
-httpclient.version=4.5.8
+httpclient.version=4.5.10
 httpcore-nio.version=4.4.12
 httpcore.version=4.4.12
-httpmime.version=4.5.8
+httpmime.version=4.5.10
 jackson.version=2.9.10
 jackson-databind.version=2.9.10
 javax.activation.version=1.2.0
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 604de74..7b30820 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -214,7 +214,7 @@ junit 4.12
 
 HttpComponents
 - HttpComponents Core 4.4.12
-- HttpComponents Client 4.5.8
+- HttpComponents Client 4.5.10
 - HttpComponents AsyncClient 4.1.4
 - HttpComponents Core NIO 4.4.12
 -----------
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 650d01d..7a88f1d 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -131,7 +131,7 @@ to view the last release notes of version 5.1.1.
 
 <h3>General</h3>
 <ul>
-    <li>Updated to httpclient/httpmime 4.5.8 (from 4.5.7)</li>
+    <li>Updated to httpclient/httpmime 4.5.10 (from 4.5.7)</li>
     <li>Updated to dnsjava 2.1.9 (from 2.1.8)</li>
     <li>Updated to jsoup 1.12.1 (from 1.11.3)</li>
     <li>Updated to rsyntaxtextarea 3.0.4 (from 3.0.2)</li>