diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java
index 8b5edc177d4f..e5f22dc77225 100644
--- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java
+++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java
@@ -77,7 +77,10 @@ public abstract class TestOzoneManagerHA {
private static OzoneConfiguration conf;
private static String omServiceId;
private static int numOfOMs = 3;
- private static final int LOG_PURGE_GAP = 50;
+ // Large enough that 100-volume tests do not cross the purge boundary,
+ // preventing unintended snapshot-install cycles in HA tests. Only
+ // testOMRestart deliberately creates enough entries to exceed this.
+ private static final int LOG_PURGE_GAP = 500;
/* Reduce max number of retries to speed up unit test. */
private static final int OZONE_CLIENT_FAILOVER_MAX_ATTEMPTS = 5;
private static final int IPC_CLIENT_CONNECT_MAX_RETRIES = 4;
diff --git a/pom.xml b/pom.xml
index 6182113b938b..858c31f3c691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,11 +186,11 @@
3.25.8
2.8.0
- 1.75.0
- 4.1.127.Final
+ 1.77.1
+ 4.1.130.Final
3.25.8
- 1.0.10
- 3.2.1
+ 1.0.11
+ 3.2.2
1.7
0.10.2
1.2.26