You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/29 07:16:03 UTC

[jmeter] branch master updated: fix(deps): update org.apache.httpcomponents (#5862)

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

vladimirsitnikov 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 a0fc09a555 fix(deps): update org.apache.httpcomponents (#5862)
a0fc09a555 is described below

commit a0fc09a555f5c00ffd942bbaa8e38bd8fdd196e5
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Sat Apr 29 09:15:58 2023 +0200

    fix(deps): update org.apache.httpcomponents (#5862)
---
 src/bom-thirdparty/build.gradle.kts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts
index 087338b1a6..a8be7b7d1b 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -90,10 +90,10 @@ dependencies {
         api("org.apache.commons:commons-text:1.10.0")
         api("org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1")
         api("org.apache.httpcomponents:httpasyncclient:4.1.5")
-        api("org.apache.httpcomponents:httpclient:4.5.13")
-        api("org.apache.httpcomponents:httpcore-nio:4.4.15")
-        api("org.apache.httpcomponents:httpcore:4.4.15")
-        api("org.apache.httpcomponents:httpmime:4.5.13")
+        api("org.apache.httpcomponents:httpclient:4.5.14")
+        api("org.apache.httpcomponents:httpcore-nio:4.4.16")
+        api("org.apache.httpcomponents:httpcore:4.4.16")
+        api("org.apache.httpcomponents:httpmime:4.5.14")
         api("org.apache.logging.log4j:log4j-1.2-api:2.20.0")
         api("org.apache.logging.log4j:log4j-api:2.20.0")
         api("org.apache.logging.log4j:log4j-core:2.20.0")