File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.133 .Final</netty .version>
60+ <netty .version>4.1.135 .Final</netty .version>
6161 </properties >
6262 <modules >
6363 <module >streaming-ai</module >
214214 <version >${netty.version} </version >
215215 </dependency >
216216 <!-- Override transitive dependency version to fix vulnerability -->
217+ <dependency >
218+ <groupId >io.netty</groupId >
219+ <artifactId >netty-resolver-dns</artifactId >
220+ <version >${netty.version} </version >
221+ </dependency >
222+ <!-- Override transitive dependency version to fix vulnerability -->
217223 <dependency >
218224 <groupId >io.netty</groupId >
219225 <artifactId >netty-codec</artifactId >
239245 <artifactId >netty-handler-proxy</artifactId >
240246 <version >${netty.version} </version >
241247 </dependency >
248+ <!-- Override transitive dependency version to fix vulnerability -->
249+ <dependency >
250+ <groupId >io.netty</groupId >
251+ <artifactId >netty-transport-native-unix-common</artifactId >
252+ <version >${netty.version} </version >
253+ </dependency >
242254 </dependencies >
243255 </dependencyManagement >
244256 <build >
You can’t perform that action at this time.
0 commit comments