Skip to content

Commit

Permalink
RATIS-1929. Bump ratis-thirdparty version to 1.0.5 (apache#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
SzyWilliam authored Nov 6, 2023
1 parent 9535259 commit ecc1725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@
<maven.min.version>3.3.9</maven.min.version>

<!-- Contains all shaded thirdparty dependencies -->
<ratis.thirdparty.version>1.0.4</ratis.thirdparty.version>
<ratis.thirdparty.version>1.0.5</ratis.thirdparty.version>

<!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
<shaded.protobuf.version>3.19.6</shaded.protobuf.version>
<shaded.grpc.version>1.51.1</shaded.grpc.version>
<shaded.protobuf.version>3.24.4</shaded.protobuf.version>
<shaded.grpc.version>1.58.0</shaded.grpc.version>

<!-- Test properties -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
Expand Down

0 comments on commit ecc1725

Please sign in to comment.