This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new d1a3081556a [fix][sec] Bump org.asynchttpclient:async-http-client from
2.14.5 to 2.15.0 (#25818)
d1a3081556a is described below
commit d1a3081556ac7d74203cda2d72f3d15f8ffb830f
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]>
---
distribution/server/src/assemble/LICENSE.bin.txt | 4 ++--
distribution/shell/src/assemble/LICENSE.bin.txt | 4 ++--
gradle/libs.versions.toml | 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 33680fdb8f1..5592be0f37e 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 5391865926e..f57f14ed216 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -401,8 +401,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/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 4f5b7577fb8..de874e8ef30 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -67,7 +67,7 @@ snakeyaml = "2.0"
# Vert.x
vertx = "4.5.27"
# Networking / HTTP
-asynchttpclient = "2.14.5"
+asynchttpclient = "2.15.0"
conscrypt = "2.5.2"
okhttp3 = "5.3.1"
okio = "3.16.3"