From 4ed7e396a3508c6fab73cb8a265c1b34d4eb4c22 Mon Sep 17 00:00:00 2001 From: Tsz-Wo Nicholas Sze Date: Sun, 6 Oct 2024 18:18:34 -0700 Subject: [PATCH 1/2] RATIS-2169. mvnw test: Corrupted STDOUT by directly writing to native stream in forked JVM 1. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1284e2f873..a690166297 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ 3.3.0 4.0.6 1.6.1 - 3.0.0-M4 + 3.5.1 3.5.3 3.4.0 @@ -223,8 +223,8 @@ 4 2.0.7 - 5.10.1 - 0.8.11 + 5.11.2 + 0.8.12 @@ -427,7 +427,7 @@ org.junit junit-bom - ${junit.jupiter.version} + ${junit-bom.version} pom import From 967315ad7e5cf97cc106562d475650c37be133bb Mon Sep 17 00:00:00 2001 From: Tsz-Wo Nicholas Sze Date: Mon, 7 Oct 2024 10:30:17 -0700 Subject: [PATCH 2/2] Revert maven-surefire-plugin.version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a690166297..ce6a1abdab 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ 3.3.0 4.0.6 1.6.1 - 3.5.1 + 3.0.0-M4 3.5.3 3.4.0 @@ -643,7 +643,7 @@ all 600 - -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError @{argLine} + -Xmx2g -XX:+HeapDumpOnOutOfMemoryError @{argLine} ${project.build.directory}/log ${project.build.directory}/tmp