Skip to content

Commit dc065a3

Browse files
UID2-6837: Upgrade Netty to 4.1.132.Final and uid2-shared to 11.4.16 (CVE-2026-33870, CVE-2026-33871)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4b6b7a0 commit dc065a3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<vertx.verticle>com.uid2.core.vertx.CoreVerticle</vertx.verticle>
2525
<launcher.class>io.vertx.core.Launcher</launcher.class>
2626

27-
<uid2-shared.version>11.3.3</uid2-shared.version>
27+
<uid2-shared.version>11.4.16</uid2-shared.version>
28+
<netty.version>4.1.132.Final</netty.version>
2829
<image.version>${project.version}</image.version>
2930
</properties>
3031

@@ -49,6 +50,13 @@
4950

5051
<dependencyManagement>
5152
<dependencies>
53+
<dependency>
54+
<groupId>io.netty</groupId>
55+
<artifactId>netty-bom</artifactId>
56+
<version>${netty.version}</version>
57+
<type>pom</type>
58+
<scope>import</scope>
59+
</dependency>
5260
<dependency>
5361
<groupId>io.vertx</groupId>
5462
<artifactId>vertx-stack-depchain</artifactId>

0 commit comments

Comments
 (0)