Skip to content

Commit 7816312

Browse files
authored
chore: Resolve protobuf-java transitive dependency convergence (#930)
1 parent 8747e51 commit 7816312

File tree

1 file changed

+0
-13
lines changed
  • cloudplatform/connectivity-ztis

1 file changed

+0
-13
lines changed

cloudplatform/connectivity-ztis/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,6 @@
8888
<groupId>io.grpc</groupId>
8989
<artifactId>grpc-protobuf</artifactId>
9090
<scope>runtime</scope>
91-
<exclusions>
92-
<exclusion>
93-
<groupId>com.google.protobuf</groupId>
94-
<artifactId>protobuf-java</artifactId>
95-
</exclusion>
96-
</exclusions>
97-
</dependency>
98-
<!-- Fix CVE-2024-7254 -->
99-
<dependency>
100-
<groupId>com.google.protobuf</groupId>
101-
<artifactId>protobuf-java</artifactId>
102-
<version>3.25.8</version>
103-
<scope>runtime</scope>
10491
</dependency>
10592
<dependency>
10693
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)