File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 34
34
<dependencies >
35
35
<!-- we inherent dev.openfeature.javasdk and the test dependencies from the parent pom -->
36
36
37
- <!-- pin protobuf-java to version used by io.grpc deps; update to 4.0 when io.grpc requires it -->
38
37
<dependency >
39
38
<groupId >com.google.protobuf</groupId >
40
39
<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 >
43
42
</dependency >
44
43
45
44
<dependency >
220
219
<artifactId >protobuf-maven-plugin</artifactId >
221
220
<version >0.6.1</version >
222
221
<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 >
224
223
<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 >
226
225
<protoSourceRoot >${project.basedir} /schemas/protobuf/</protoSourceRoot >
227
226
</configuration >
228
227
<executions >
You can’t perform that action at this time.
0 commit comments