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

xvrl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 2576db678d2 update asynchttpclient to 2.12.4 (#17880)
2576db678d2 is described below

commit 2576db678d2bf41ec90fb8c5f6a99958dabdfdd5
Author: Jan Werner <[email protected]>
AuthorDate: Fri Apr 4 20:13:26 2025 -0400

    update asynchttpclient to 2.12.4 (#17880)
    
    * update asynchttpclient
    * update misc licenses
---
 licenses.yaml | 8 ++++----
 pom.xml       | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 4395b60c781..daf02d113e6 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -479,7 +479,7 @@ name: Netty Reactive Streams
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 2.0.0
+version: 2.0.4
 libraries:
   - com.typesafe.netty: netty-reactive-streams
 
@@ -2040,7 +2040,7 @@ name: AsyncHttpClient asynchttpclient
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 2.5.3
+version: 2.12.4
 libraries:
   - org.asynchttpclient: async-http-client
   - org.asynchttpclient: async-http-client-netty-utils
@@ -3852,7 +3852,7 @@ name: Reactive Streams
 license_category: binary
 module: java-core
 license_name: Creative Commons CC0
-version: 1.0.2
+version: 1.0.3
 license_file_path: licenses/bin/reactive-streams.CC0
 libraries:
   - org.reactivestreams: reactive-streams
@@ -5004,7 +5004,7 @@ name: jakarta.activation
 license_category: binary
 module: extensions/druid-avro-extensions
 license_name: Eclipse Distribution License 1.0
-version: 1.2.1
+version: 1.2.2
 libraries:
   - com.sun.activation: jakarta.activation
 
diff --git a/pom.xml b/pom.xml
index 34a691f7538..8b4dc132172 100644
--- a/pom.xml
+++ b/pom.xml
@@ -997,7 +997,7 @@
                 <groupId>org.asynchttpclient</groupId>
                 <artifactId>async-http-client</artifactId>
                 <!-- Uses Netty 4.1.x -->
-                <version>2.5.3</version>
+                <version>2.12.4</version>
             </dependency>
             <dependency>
                 <groupId>net.java.dev.jna</groupId>


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

Reply via email to