We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84a924 commit 382e415Copy full SHA for 382e415
1 file changed
pom.xml
@@ -207,11 +207,11 @@
207
<maven.min.version>3.3.9</maven.min.version>
208
209
<!-- Contains all shaded thirdparty dependencies -->
210
- <ratis.thirdparty.version>1.0.8</ratis.thirdparty.version>
+ <ratis.thirdparty.version>1.0.9-c796a8e-SNAPSHOT</ratis.thirdparty.version>
211
212
<!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
213
- <shaded.protobuf.version>3.25.5</shaded.protobuf.version>
214
- <shaded.grpc.version>1.69.0</shaded.grpc.version>
+ <shaded.protobuf.version>3.25.6</shaded.protobuf.version>
+ <shaded.grpc.version>1.71.0</shaded.grpc.version>
215
216
<!-- Test properties -->
217
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
0 commit comments