File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <java .version>21</java .version>
4141 </properties >
4242
43+ <dependencyManagement >
44+ <dependencies >
45+ <!-- Force netty to 4.1.132.Final to fix CVE-2026-33870 and CVE-2026-33871 (UID2-6916) -->
46+ <dependency >
47+ <groupId >io.netty</groupId >
48+ <artifactId >netty-codec-http</artifactId >
49+ <version >4.1.132.Final</version >
50+ </dependency >
51+ <dependency >
52+ <groupId >io.netty</groupId >
53+ <artifactId >netty-codec-http2</artifactId >
54+ <version >4.1.132.Final</version >
55+ </dependency >
56+ <dependency >
57+ <groupId >io.netty</groupId >
58+ <artifactId >netty-bom</artifactId >
59+ <version >4.1.132.Final</version >
60+ <type >pom</type >
61+ <scope >import</scope >
62+ </dependency >
63+ </dependencies >
64+ </dependencyManagement >
65+
4366 <dependencies >
4467 <dependency >
4568 <groupId >com.uid2</groupId >
You can’t perform that action at this time.
0 commit comments