File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 6464 <!-- we only support unix sockets on linux, via epoll native lib -->
6565 <groupId >io.netty</groupId >
6666 <artifactId >netty-transport-native-epoll</artifactId >
67- <version >4.2.6 .Final</version >
67+ <version >4.2.7 .Final</version >
6868 <!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
6969 <classifier >linux-x86_64</classifier >
7070 </dependency >
180180 <!-- caution - updating this will break compatibility with older protobuf-java versions -->
181181 <version >${protobuf-java.min.version} </version >
182182 </dependency >
183-
184- <!-- temporary override for https://www.cve.org/CVERecord?id=CVE-2025-58057 -->
185- <dependency >
186- <groupId >io.netty</groupId >
187- <artifactId >netty-codec-http2</artifactId >
188- <version >4.1.125.Final</version >
189- </dependency >
190183 </dependencies >
191-
192184 </dependencyManagement >
193185
194186 <build >
You can’t perform that action at this time.
0 commit comments