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

lhotari pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 2e79ee3364f [fix][sec] Bump org.asynchttpclient:async-http-client from 
2.14.5 to 2.15.0 (#25818)
2e79ee3364f is described below

commit 2e79ee3364f014d9cf76640f3ce100632952edbb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 15:42:53 2026 +0300

    [fix][sec] Bump org.asynchttpclient:async-http-client from 2.14.5 to 2.15.0 
(#25818)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lari Hotari <[email protected]>
    (cherry picked from commit d1a3081556ac7d74203cda2d72f3d15f8ffb830f)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 4 ++--
 distribution/shell/src/assemble/LICENSE.bin.txt  | 4 ++--
 pom.xml                                          | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index bdbf703ebb3..d54bb299e77 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -389,8 +389,8 @@ The Apache Software License, Version 2.0
  * AirCompressor
     - io.airlift-aircompressor-2.0.3.jar
  * AsyncHttpClient
-    - org.asynchttpclient-async-http-client-2.14.5.jar
-    - org.asynchttpclient-async-http-client-netty-utils-2.14.5.jar
+    - org.asynchttpclient-async-http-client-2.15.0.jar
+    - org.asynchttpclient-async-http-client-netty-utils-2.15.0.jar
  * Jetty
     - org.eclipse.jetty-jetty-alpn-client-12.1.9.jar
     - org.eclipse.jetty-jetty-alpn-conscrypt-server-12.1.9.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt 
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 688ec44c802..f60ba2c88c0 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -398,8 +398,8 @@ The Apache Software License, Version 2.0
   * AirCompressor
      - aircompressor-2.0.3.jar
  * AsyncHttpClient
-    - async-http-client-2.14.5.jar
-    - async-http-client-netty-utils-2.14.5.jar
+    - async-http-client-2.15.0.jar
+    - async-http-client-netty-utils-2.15.0.jar
  * Jetty
     - jetty-alpn-client-12.1.9.jar
     - jetty-client-12.1.9.jar
diff --git a/pom.xml b/pom.xml
index 2fc5c37d45f..eab0ffcf36f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <prometheus-jmx.version>0.16.1</prometheus-jmx.version>
     <confluent.version>7.9.2</confluent.version>
     <aircompressor.version>2.0.3</aircompressor.version>
-    <asynchttpclient.version>2.14.5</asynchttpclient.version>
+    <asynchttpclient.version>2.15.0</asynchttpclient.version>
     <commons-lang3.version>3.19.0</commons-lang3.version>
     <commons-io.version>2.21.0</commons-io.version>
     <commons-codec.version>1.20.0</commons-codec.version>

Reply via email to