We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332771a commit f29969eCopy full SHA for f29969e
providers/flagd/pom.xml
@@ -33,6 +33,15 @@
33
34
<dependencies>
35
<!-- 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
45
<dependency>
46
<groupId>io.grpc</groupId>
47
<artifactId>grpc-netty</artifactId>
0 commit comments