Skip to content

Commit f29969e

Browse files
authored
chore: pin protobuf-java (#1074)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 332771a commit f29969e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

providers/flagd/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@
3333

3434
<dependencies>
3535
<!-- we inherent dev.openfeature.javasdk and the test dependencies from the parent pom -->
36+
37+
<!-- pin protobuf-java to version used by io.grpc deps; update to 4.0 when io.grpc requires it -->
38+
<dependency>
39+
<groupId>com.google.protobuf</groupId>
40+
<artifactId>protobuf-java</artifactId>
41+
<!-- 4.0.0-rc < 4.0.0, unfortunately -->
42+
<version>[3.25.5,3.999999)</version>
43+
</dependency>
44+
3645
<dependency>
3746
<groupId>io.grpc</groupId>
3847
<artifactId>grpc-netty</artifactId>

0 commit comments

Comments
 (0)