This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new b85afe9bd0a [fix][build][branch-3.0] Fix trino license file
b85afe9bd0a is described below
commit b85afe9bd0a66f3ca558fefdd47cbdde039a1108
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Apr 20 11:07:46 2026 +0300
[fix][build][branch-3.0] Fix trino license file
---
pulsar-sql/presto-distribution/LICENSE | 6 +++---
pulsar-sql/presto-distribution/pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pulsar-sql/presto-distribution/LICENSE
b/pulsar-sql/presto-distribution/LICENSE
index 42cb2293dd3..460d9aebead 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -420,8 +420,8 @@ The Apache Software License, Version 2.0
* JCTools
- jctools-core-2.1.2.jar
* Asynchronous Http Client
- - async-http-client-2.12.4.jar
- - async-http-client-netty-utils-2.12.4.jar
+ - async-http-client-2.14.5.jar
+ - async-http-client-netty-utils-2.14.5.jar
* Apache Bookkeeper
- bookkeeper-common-4.16.7.jar
- bookkeeper-common-allocator-4.16.7.jar
@@ -578,7 +578,7 @@ Public Domain (CC0) -- licenses/LICENSE-CC0.txt
* AOP Alliance
- aopalliance-1.0.jar
* Reactive Streams
- - reactive-streams-1.0.3.jar
+ - reactive-streams-1.0.4.jar
Creative Commons Attribution License
* Jcip -- licenses/LICENSE-jcip.txt
diff --git a/pulsar-sql/presto-distribution/pom.xml
b/pulsar-sql/presto-distribution/pom.xml
index fdfc33d3270..ffca8875b66 100644
--- a/pulsar-sql/presto-distribution/pom.xml
+++ b/pulsar-sql/presto-distribution/pom.xml
@@ -38,7 +38,7 @@
<objectsize.version>0.0.12</objectsize.version>
<maven.version>3.0.5</maven.version>
<guava.version>32.1.1-jre</guava.version>
- <asynchttpclient.version>2.12.4</asynchttpclient.version>
+ <asynchttpclient.version>2.14.5</asynchttpclient.version>
<errorprone.version>2.5.1</errorprone.version>
<javax.servlet-api>4.0.1</javax.servlet-api>
</properties>