This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.2 by this push:
new 7b4ad2f6be2 [fix][sec] Bump org.asynchttpclient:async-http-client from
2.14.5 to 2.15.0 (#25818)
7b4ad2f6be2 is described below
commit 7b4ad2f6be2cf118007622b3ee5fcdf5142d3b9e
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 7fbc5916216..aabc4e36160 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 bbd7e8892bd..c7776f68f00 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 7a304e96250..543e364bbd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@ flexible messaging model and an intuitive client
API.</description>
<prometheus-jmx.version>0.16.1</prometheus-jmx.version>
<confluent.version>8.1.1</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>