Skip to content

Commit

Permalink
fix: remove pinned protobuf version (#1067)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Schrottner <[email protected]>
  • Loading branch information
aepfli authored Nov 18, 2024
1 parent 3b5474d commit c8531e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
</developers>

<dependencies>
<!-- temporary to fix CVE-2024-7254 (see: https://github.com/advisories/GHSA-735f-pc8j-v9w8) - remove once this is in gRPC-java -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>

<!-- we inherent dev.openfeature.javasdk and the test dependencies from the parent pom -->
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit c8531e3

Please sign in to comment.