Skip to content

Commit da3f90b

Browse files
authored
RATIS-2169. mvnw test: Corrupted STDOUT by directly writing to native stream in forked JVM 1 (#1162)
1 parent a0c4255 commit da3f90b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@
223223
<testsThreadCount>4</testsThreadCount>
224224

225225
<slf4j.version>2.0.7</slf4j.version>
226-
<junit.jupiter.version>5.10.1</junit.jupiter.version>
227-
<jacoco.version>0.8.11</jacoco.version>
226+
<junit-bom.version>5.11.2</junit-bom.version>
227+
<jacoco.version>0.8.12</jacoco.version>
228228
</properties>
229229

230230
<dependencyManagement>
@@ -427,7 +427,7 @@
427427
<dependency>
428428
<groupId>org.junit</groupId>
429429
<artifactId>junit-bom</artifactId>
430-
<version>${junit.jupiter.version}</version>
430+
<version>${junit-bom.version}</version>
431431
<type>pom</type>
432432
<scope>import</scope>
433433
</dependency>
@@ -643,7 +643,7 @@
643643
<enableProcessChecker>all</enableProcessChecker>
644644
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
645645
<!-- @argLine is filled by jacoco maven plugin. @{} means late evaluation -->
646-
<argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError @{argLine}</argLine>
646+
<argLine>-Xmx2g -XX:+HeapDumpOnOutOfMemoryError @{argLine}</argLine>
647647
<systemPropertyVariables>
648648
<ratis.log.dir>${project.build.directory}/log</ratis.log.dir>
649649
<ratis.tmp.dir>${project.build.directory}/tmp</ratis.tmp.dir>

0 commit comments

Comments
 (0)