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

FrankChen021 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 d1c3399e40c build(deps): bump org.asynchttpclient:async-http-client 
from 3.0.2 to 3.0.10 (#19476)
d1c3399e40c is described below

commit d1c3399e40cc7110b79121d4fc07e981b0ba4960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 09:59:36 2026 +0800

    build(deps): bump org.asynchttpclient:async-http-client from 3.0.2 to 
3.0.10 (#19476)
    
    * build(deps): bump org.asynchttpclient:async-http-client
    
    Bumps 
[org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client)
 from 3.0.2 to 3.0.10.
    - [Release 
notes](https://github.com/AsyncHttpClient/async-http-client/releases)
    - 
[Commits](https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-3.0.2...async-http-client-project-3.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.asynchttpclient:async-http-client
      dependency-version: 3.0.10
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Align JetBrains annotations with async-http-client
    
    * Add async-http-client 3.0.10 license entry
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 licenses.yaml | 13 +++++++++++--
 pom.xml       |  4 ++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index eee17532079..8133b3abf57 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1315,7 +1315,7 @@ name: Jetbrains Annotations
 license_category: binary
 module: extensions/kubernetes-extensions
 license_name: Apache License version 2.0
-version: 26.0.2
+version: 26.1.0
 libraries:
   - org.jetbrains: annotations
 
@@ -2248,11 +2248,20 @@ module: java-core
 license_name: Apache License version 2.0
 version: 3.0.2
 libraries:
-  - org.asynchttpclient: async-http-client
   - org.asynchttpclient: async-http-client-netty-utils
 
 ---
 
+name: AsyncHttpClient asynchttpclient
+license_category: binary
+module: java-core
+license_name: Apache License version 2.0
+version: 3.0.10
+libraries:
+  - org.asynchttpclient: async-http-client
+
+---
+
 name: components from Jackson
 license_category: binary
 module: java-core
diff --git a/pom.xml b/pom.xml
index 4b7afa3f404..921f1307381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@
             <dependency>
                 <groupId>org.jetbrains</groupId>
                 <artifactId>annotations</artifactId>
-                <version>26.0.2</version>
+                <version>26.1.0</version>
             </dependency>
             <!-- Transitive dependency of kubernetes-client-java in 
kubernetes-extension,
             schema-repo in avro-extensions, and com.google.caliper:caliper in 
druid-server
@@ -1147,7 +1147,7 @@
             <dependency>
                 <groupId>org.asynchttpclient</groupId>
                 <artifactId>async-http-client</artifactId>
-                <version>3.0.2</version>
+                <version>3.0.10</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