File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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>
You can’t perform that action at this time.
0 commit comments