Skip to content

Commit 3ed285e

Browse files
authored
Added grpc-netty-shaded to dependencyManagement and bumped version to 1.76.0 to fix CVE-2025-55163 (#13840)
1 parent fcf3a14 commit 3ed285e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@
448448
<artifactId>grpc-core</artifactId>
449449
<version>${grpc.version}</version>
450450
</dependency>
451+
<dependency>
452+
<groupId>io.grpc</groupId>
453+
<artifactId>grpc-netty-shaded</artifactId>
454+
<version>${grpc.version}</version>
455+
</dependency>
451456
<dependency>
452457
<groupId>io.smallrye.common</groupId>
453458
<artifactId>smallrye-common-annotation</artifactId>

0 commit comments

Comments
 (0)