Skip to content

Commit fcc6a10

Browse files
committed
Bump netty and asynchttpclient dependencies
1 parent 5dbe1c7 commit fcc6a10

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

pom.xml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
<commons-lang3.version>3.18.0</commons-lang3.version>
5454
<commons-compress.version>1.26.0</commons-compress.version>
5555
<commons-io.version>2.14.0</commons-io.version>
56-
<asynchttpclient.version>2.14.5</asynchttpclient.version>
56+
<asynchttpclient.version>2.15.0</asynchttpclient.version>
5757
<aircompressor.version>2.0.3</aircompressor.version>
5858
<jackson.version>2.21.2</jackson.version>
5959
<snakeyaml.version>2.0</snakeyaml.version>
60-
<netty.version>4.1.132.Final</netty.version>
60+
<netty.version>4.1.133.Final</netty.version>
6161
</properties>
6262
<modules>
6363
<module>streaming-ai</module>
@@ -208,6 +208,18 @@
208208
<scope>runtime</scope>
209209
</dependency>
210210
<!-- Override transitive dependency version to fix vulnerability -->
211+
<dependency>
212+
<groupId>io.netty</groupId>
213+
<artifactId>netty-codec-dns</artifactId>
214+
<version>${netty.version}</version>
215+
</dependency>
216+
<!-- Override transitive dependency version to fix vulnerability -->
217+
<dependency>
218+
<groupId>io.netty</groupId>
219+
<artifactId>netty-codec</artifactId>
220+
<version>${netty.version}</version>
221+
</dependency>
222+
<!-- Override transitive dependency version to fix vulnerability -->
211223
<dependency>
212224
<groupId>io.netty</groupId>
213225
<artifactId>netty-common</artifactId>
@@ -221,6 +233,12 @@
221233
<version>${netty.version}</version>
222234
<scope>runtime</scope>
223235
</dependency>
236+
<!-- Override transitive dependency version to fix vulnerability -->
237+
<dependency>
238+
<groupId>io.netty</groupId>
239+
<artifactId>netty-handler-proxy</artifactId>
240+
<version>${netty.version}</version>
241+
</dependency>
224242
</dependencies>
225243
</dependencyManagement>
226244
<build>

pulsar-ai-tools/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
<dependency>
8585
<groupId>io.netty</groupId>
8686
<artifactId>netty-codec</artifactId>
87-
<version>${netty.version}</version>
8887
<scope>test</scope>
8988
</dependency>
9089
</dependencies>

0 commit comments

Comments
 (0)