This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 1dd3c50 Updated httpclient, httpmime, httpcore and httpcore-nio
1dd3c50 is described below
commit 1dd3c50a290503b2ce169e8a2f48eb964cc331e9
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Feb 16 21:40:22 2020 +0100
Updated httpclient, httpmime, httpcore and httpcore-nio
Updated Apache httpclient and httpmime to 4.5.11 (from 4.5.10)
Updated Apache httpcore and httpcore-nio to 4.4.13 (from 4.4.12)
---
gradle.properties | 8 ++++----
xdocs/changes.xml | 2 ++
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 6fefa72..0949419 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -79,10 +79,10 @@ hamcrest.version=2.2
hamcrest-date.version=2.0.4
hsqldb.version=2.5.0
httpasyncclient.version=4.1.4
-httpclient.version=4.5.10
-httpcore-nio.version=4.4.12
-httpcore.version=4.4.12
-httpmime.version=4.5.10
+httpclient.version=4.5.11
+httpcore-nio.version=4.4.13
+httpcore.version=4.4.13
+httpmime.version=4.5.11
jackson.version=2.10.1
jackson-databind.version=2.10.1
javax.activation.version=1.2.0
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 8b8816e..cf85b59 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -136,6 +136,8 @@ to view the last release notes of version 5.2.1.
<li>Updated Apache Groovy to 2.4.18 (from 2.4.16)</li>
<li>Updated hsqldb to 2.5.0 (from 2.4.1)</li>
<li>Updated hamcrest to 2.2 (from 2.1)</li>
+ <li>Updated Apache httpclient and httpmime to 4.5.11 (from 4.5.10)</li>
+ <li>Updated Apache httpcore and httpcore-nio to 4.4.13 (from 4.4.12)</li>
</ul>
<!-- =================== Bug fixes =================== -->