Skip to content

Commit e535976

Browse files
authored
feat: protobuf-java@4 compatibility (#1125)
Signed-off-by: Todd Baert <[email protected]>
1 parent 4fa4ba2 commit e535976

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

providers/flagd/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@
3434
<dependencies>
3535
<!-- we inherent dev.openfeature.javasdk and the test dependencies from the parent pom -->
3636

37-
<!-- pin protobuf-java to version used by io.grpc deps; update to 4.0 when io.grpc requires it -->
3837
<dependency>
3938
<groupId>com.google.protobuf</groupId>
4039
<artifactId>protobuf-java</artifactId>
41-
<!-- 4.0.0-rc < 4.0.0, unfortunately -->
42-
<version>[3.25.5,3.999999)</version>
40+
<!-- 5.0.0-rc < 5.0.0, unfortunately -->
41+
<version>[3.25.5,4.999999)</version>
4342
</dependency>
4443

4544
<dependency>
@@ -220,9 +219,9 @@
220219
<artifactId>protobuf-maven-plugin</artifactId>
221220
<version>0.6.1</version>
222221
<configuration>
223-
<protocArtifact>com.google.protobuf:protoc:3.21.1:exe:${os.detected.classifier}</protocArtifact>
222+
<protocArtifact>com.google.protobuf:protoc:3.25.5:exe:${os.detected.classifier}</protocArtifact>
224223
<pluginId>grpc-java</pluginId>
225-
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.48.1:exe:${os.detected.classifier}</pluginArtifact>
224+
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.69.0:exe:${os.detected.classifier}</pluginArtifact>
226225
<protoSourceRoot>${project.basedir}/schemas/protobuf/</protoSourceRoot>
227226
</configuration>
228227
<executions>

0 commit comments

Comments
 (0)