This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 59ad26e8aa4fa6fca5f0153a73be5da6c4f025dc Author: Andriy Redko <[email protected]> AuthorDate: Mon Aug 10 17:31:14 2026 -0400 Update AsyncHttpClient to 3.0.13 (cherry picked from commit 32007a00c2bbd81009dfc2ef8f9c0c3dc34a4c6c) # Conflicts: # parent/pom.xml --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index ffa77d1d0ab..1ea011311f3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -90,7 +90,7 @@ <!-- please maintain alphabetical order here --> <cxf.activemq.artemis.version>2.55.0</cxf.activemq.artemis.version> - <cxf.ahc.version>3.0.11</cxf.ahc.version> + <cxf.ahc.version>3.0.13</cxf.ahc.version> <cxf.arquillian.version>1.8.1.Final</cxf.arquillian.version> <cxf.arquillian.weld.container.version>3.0.2.Final</cxf.arquillian.weld.container.version> <cxf.aspectj.version>1.9.25.1</cxf.aspectj.version>
