|
53 | 53 | <commons-lang3.version>3.18.0</commons-lang3.version> |
54 | 54 | <commons-compress.version>1.26.0</commons-compress.version> |
55 | 55 | <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> |
57 | 57 | <aircompressor.version>2.0.3</aircompressor.version> |
58 | 58 | <jackson.version>2.21.2</jackson.version> |
59 | 59 | <snakeyaml.version>2.0</snakeyaml.version> |
60 | | - <netty.version>4.1.132.Final</netty.version> |
| 60 | + <netty.version>4.1.133.Final</netty.version> |
61 | 61 | </properties> |
62 | 62 | <modules> |
63 | 63 | <module>streaming-ai</module> |
|
208 | 208 | <scope>runtime</scope> |
209 | 209 | </dependency> |
210 | 210 | <!-- 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 --> |
211 | 223 | <dependency> |
212 | 224 | <groupId>io.netty</groupId> |
213 | 225 | <artifactId>netty-common</artifactId> |
|
221 | 233 | <version>${netty.version}</version> |
222 | 234 | <scope>runtime</scope> |
223 | 235 | </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> |
224 | 242 | </dependencies> |
225 | 243 | </dependencyManagement> |
226 | 244 | <build> |
|
0 commit comments