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:08 UTC

[jmeter] 01/02: Updated to httpcore/httpcore-nio 4.12 (from 4.11)

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 fddfe85adb6d76ca3945e030a21ea646e7832015
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Sep 29 22:07:46 2019 +0200

    Updated to httpcore/httpcore-nio 4.12 (from 4.11)
---
 gradle.properties | 4 ++--
 lib/aareadme.txt  | 4 ++--
 xdocs/changes.xml | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index f61ac94..b9e92b6 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -64,8 +64,8 @@ hamcrest-date.version=2.0.4
 hsqldb.version=2.4.1
 httpasyncclient.version=4.1.4
 httpclient.version=4.5.8
-httpcore-nio.version=4.4.11
-httpcore.version=4.4.11
+httpcore-nio.version=4.4.12
+httpcore.version=4.4.12
 httpmime.version=4.5.8
 jackson.version=2.9.10
 jackson-databind.version=2.9.10
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 8f043d3..604de74 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -213,10 +213,10 @@ junit 4.12
 - unit tests, JUnit sampler
 
 HttpComponents
-- HttpComponents Core 4.4.10
+- HttpComponents Core 4.4.12
 - HttpComponents Client 4.5.8
 - HttpComponents AsyncClient 4.1.4
-- HttpComponents Core NIO 4.4.11
+- HttpComponents Core NIO 4.4.12
 -----------
 http://hc.apache.org/
 - httpclient 4 implementation for HTTP sampler
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 914e39c..650d01d 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -141,6 +141,7 @@ to view the last release notes of version 5.1.1.
     <li>Updated to commons-pool 2.7 (from 2.6)</li>
     <li>Updated to commons-text 1.8 (from 1.6)</li>
     <li>Updated to freemarker 2.3.29 (from 2.3.28)</li>
+    <li>Updated to httpcore/httpcore-nio 4.12 (from 4.11)</li>
     <li><bug>63396</bug>JSR223 Test Elements: Description of Parameters is misleading, same for Script</li>
     <li><bug>63480</bug>XPathAssertion and XPathAssertion2: Improve test coverage for input coming from variable. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
     <li><bug>63452</bug>Tools / Import from cURL: Complete coverage of all command line options that are valid in JMeter use case. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>