Skip to content

Commit 7b2f4cc

Browse files
committed
[fix][sec] Upgrade async-http-client to 2.12.4
1 parent 1113153 commit 7b2f4cc

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

distribution/server/src/assemble/LICENSE.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ The Apache Software License, Version 2.0
389389
* AirCompressor
390390
- io.airlift-aircompressor-0.27.jar
391391
* AsyncHttpClient
392-
- org.asynchttpclient-async-http-client-2.12.1.jar
393-
- org.asynchttpclient-async-http-client-netty-utils-2.12.1.jar
392+
- org.asynchttpclient-async-http-client-2.12.4.jar
393+
- org.asynchttpclient-async-http-client-netty-utils-2.12.4.jar
394394
* Jetty
395395
- org.eclipse.jetty-jetty-client-9.4.56.v20240826.jar
396396
- org.eclipse.jetty-jetty-continuation-9.4.56.v20240826.jar

distribution/shell/src/assemble/LICENSE.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ The Apache Software License, Version 2.0
399399
* AirCompressor
400400
- aircompressor-0.27.jar
401401
* AsyncHttpClient
402-
- async-http-client-2.12.1.jar
403-
- async-http-client-netty-utils-2.12.1.jar
402+
- async-http-client-2.12.4.jar
403+
- async-http-client-netty-utils-2.12.4.jar
404404
* Jetty
405405
- jetty-client-9.4.56.v20240826.jar
406406
- jetty-http-9.4.56.v20240826.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ flexible messaging model and an intuitive client API.</description>
215215
<prometheus-jmx.version>0.16.1</prometheus-jmx.version>
216216
<confluent.version>6.2.8</confluent.version>
217217
<aircompressor.version>0.27</aircompressor.version>
218-
<asynchttpclient.version>2.12.1</asynchttpclient.version>
218+
<asynchttpclient.version>2.12.4</asynchttpclient.version>
219219
<commons-lang3.version>3.11</commons-lang3.version>
220220
<commons-configuration.version>1.10</commons-configuration.version>
221221
<commons-io.version>2.18.0</commons-io.version>

pulsar-client-admin-shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<include>com.spotify:completable-futures</include>
113113
<include>com.squareup.*:*</include>
114114
<include>com.sun.activation:javax.activation</include>
115+
<include>com.sun.activation:jakarta.activation</include>
115116
<include>com.typesafe.netty:netty-reactive-streams</include>
116117
<include>com.yahoo.datasketches:*</include>
117118
<include>com.yahoo.datasketches:sketches-core</include>

pulsar-client-all/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
<include>com.spotify:completable-futures</include>
154154
<include>com.squareup.*:*</include>
155155
<include>com.sun.activation:javax.activation</include>
156+
<include>com.sun.activation:jakarta.activation</include>
156157
<!-- Avro transitive dependencies -->
157158
<include>com.thoughtworks.paranamer:paranamer</include>
158159
<include>com.typesafe.netty:netty-reactive-streams</include>

pulsar-client-shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
<include>com.google.re2j:re2j</include>
128128
<include>com.spotify:completable-futures</include>
129129
<include>com.sun.activation:javax.activation</include>
130+
<include>com.sun.activation:jakarta.activation</include>
130131
<!-- Avro transitive dependencies -->
131132
<include>com.thoughtworks.paranamer:paranamer</include>
132133
<include>com.typesafe.netty:netty-reactive-streams</include>

0 commit comments

Comments
 (0)