You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2022/03/05 11:18:14 UTC

[jmeter] 08/09: Updated Apache HttpCore to 4.4.15

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

commit bcf2c29225abfd05ef7b8b0b43e5966ec7a90f9f
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:36:18 2022 +0100

    Updated Apache HttpCore to 4.4.15
---
 gradle.properties | 6 +++---
 xdocs/changes.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 4b92e98..c30380c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -93,10 +93,10 @@ groovy.version=3.0.9
 hamcrest.version=2.2
 hamcrest-date.version=2.0.8
 hsqldb.version=2.6.1
-httpasyncclient.version=4.1.4
+httpasyncclient.version=4.1.5
 httpclient.version=4.5.13
-httpcore-nio.version=4.4.14
-httpcore.version=4.4.14
+httpcore-nio.version=4.4.15
+httpcore.version=4.4.15
 httpmime.version=4.5.13
 jackson.version=2.13.1
 jackson-databind.version=2.13.1
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 6bebedb..f17be2e 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -171,7 +171,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated Apache Freemarker to 2.3.31 (from 2.3.30).</li>
   <li>Updated hsqldb to 2.6.0 (from 2.5.0).</li>
   <li>Updated Apache HttpClient to 4.5.13 (from 4.5.12).</li>
-  <li>Updated Apache HttpCore to 4.4.14 (from 4.4.13).</li>
+  <li>Updated Apache HttpCore to 4.4.15 (from 4.4.13).</li>
   <li>Updated jacoco to 0.8.7 (from 0.8.5).</li>
   <li>Updated json-path to 2.6.0 (from 2.4.0).</li>
   <li>Updated jsoup to 1.14.3 (from 1.13.1).</li>