Skip to content

Commit

Permalink
HDDS-10910. Bump Ratis to 3.1.0 (#6872)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Jun 27, 2024
1 parent edc8c19 commit dc005f4
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 @@ -75,10 +75,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<!-- HDDS Rocks Native dependency version-->
<hdds.rocks.native.version>${hdds.version}</hdds.rocks.native.version>
<!-- Apache Ratis version -->
<ratis.version>3.0.1</ratis.version>
<ratis.version>3.1.0</ratis.version>

<!-- Apache Ratis thirdparty version -->
<ratis.thirdparty.version>1.0.5</ratis.thirdparty.version>
<ratis.thirdparty.version>1.0.6</ratis.thirdparty.version>

<!-- Apache Ranger plugin version -->
<ranger.version>2.3.0</ranger.version>
Expand Down Expand Up @@ -239,7 +239,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<enforced.maven.version>[3.3.0,)</enforced.maven.version>

<!-- Plugin versions and config -->
<maven-surefire-plugin.argLine>-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
<maven-surefire-plugin.argLine>-Xmx8192m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
<maven-surefire-plugin.argLineAccessArgs></maven-surefire-plugin.argLineAccessArgs>
<excluded-test-groups>native | unhealthy</excluded-test-groups> <!-- test groups excluded by default (without any manual profile activation) -->
<unstable-test-groups>flaky | native | slow | unhealthy</unstable-test-groups> <!-- test groups excluded in CI (except in dedicated profiles for flaky and native) -->
Expand Down

0 comments on commit dc005f4

Please sign in to comment.