File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments