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

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 186ab72c21 QPID-8729: [Broker-J] Bump httpclient dependency to the 
version 5.6 (#365)
186ab72c21 is described below

commit 186ab72c212258578b515acb649d81247d3f7282
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Jan 28 11:35:52 2026 +0100

    QPID-8729: [Broker-J] Bump httpclient dependency to the version 5.6 (#365)
---
 .../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE    | 6 +++---
 pom.xml                                                             | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE 
b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index 0aeeb56f98..5fcca32529 100644
--- a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -82,13 +82,13 @@ From: 'QOS.ch' (http://www.qos.ch)
 
 From: 'The Apache Software Foundation' (https://www.apache.org/)
 
-  - Apache HttpClient 
(https://hc.apache.org/httpcomponents-client-5.5.x/5.5.1/httpclient5/) 
org.apache.httpcomponents.client5:httpclient5:jar:5.5.1
+  - Apache HttpClient 
(https://hc.apache.org/httpcomponents-client-5.5.x/5.6/httpclient5/) 
org.apache.httpcomponents.client5:httpclient5:jar:5.6
     License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
-  - Apache HttpComponents Core HTTP/1.1 
(https://hc.apache.org/httpcomponents-core-5.3.x/5.3.6/httpcore5/) 
org.apache.httpcomponents.core5:httpcore5:jar:5.3.6
+  - Apache HttpComponents Core HTTP/1.1 
(https://hc.apache.org/httpcomponents-core-5.4.x/5.4/httpcore5/) 
org.apache.httpcomponents.core5:httpcore5:jar:5.4
     License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
-  - Apache HttpComponents Core HTTP/2 
(https://hc.apache.org/httpcomponents-core-5.3.x/5.3.6/httpcore5-h2/) 
org.apache.httpcomponents.core5:httpcore5-h2:jar:5.3.6
+  - Apache HttpComponents Core HTTP/2 
(https://hc.apache.org/httpcomponents-core-5.4.x/5.4/httpcore5-h2/) 
org.apache.httpcomponents.core5:httpcore5-h2:jar:5.4
     License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
 
diff --git a/pom.xml b/pom.xml
index 8db8546099..fbe365daac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <hamcrest-version>3.0</hamcrest-version>
     <maven-resolver-provider-version>3.8.6</maven-resolver-provider-version>
     <maven-resolver-version>1.9.22</maven-resolver-version>
-    <httpclient-version>5.5.1</httpclient-version>
+    <httpclient-version>5.6</httpclient-version>
     <qpid-jms-client-version>1.15.0</qpid-jms-client-version>
     <qpid-jms-client-amqp-0-x-version>6.4.0</qpid-jms-client-amqp-0-x-version>
     <nashorn-version>15.7</nashorn-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to