Skip to content

Commit ceeb005

Browse files
adoroszlaixichen01
authored andcommitted
HDDS-10910. Bump Ratis to 3.1.0 (apache#6872)
(cherry picked from commit dc005f4)
1 parent 4bc0262 commit ceeb005

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
7575
<!-- HDDS Rocks Native dependency version-->
7676
<hdds.rocks.native.version>${hdds.version}</hdds.rocks.native.version>
7777
<!-- Apache Ratis version -->
78-
<ratis.version>3.0.1</ratis.version>
78+
<ratis.version>3.1.0</ratis.version>
7979

8080
<!-- Apache Ratis thirdparty version -->
81-
<ratis.thirdparty.version>1.0.5</ratis.thirdparty.version>
81+
<ratis.thirdparty.version>1.0.6</ratis.thirdparty.version>
8282

8383
<!-- Apache Ranger plugin version -->
8484
<ranger.version>2.3.0</ranger.version>
@@ -256,7 +256,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
256256
<allow.junit4>true</allow.junit4>
257257

258258
<!-- Plugin versions and config -->
259-
<maven-surefire-plugin.argLine>-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
259+
<maven-surefire-plugin.argLine>-Xmx8192m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
260260
<unstable-test-groups>flaky | org.apache.ozone.test.FlakyTest | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</unstable-test-groups>
261261
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
262262
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>

0 commit comments

Comments
 (0)