File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6161 <artifactId >maven-surefire-plugin</artifactId >
6262 <version >3.2.5</version >
6363 <configuration >
64- <rerunFailingTestsCount >1</rerunFailingTestsCount >
65- <!-- <argLine>--add-opens java.base/java.nio=ALL-UNNAMED -Xms1g -Xmx1g</argLine>-->
64+ <rerunFailingTestsCount >10</rerunFailingTestsCount >
6665 <argLine >-Xms1g -Xmx1g</argLine >
6766 </configuration >
6867 </plugin >
122121 <dependency >
123122 <groupId >net.java.dev.jna</groupId >
124123 <artifactId >jna</artifactId >
125- <version >5.12.1 </version >
124+ <version >5.17.0 </version >
126125 </dependency >
127126
128127 <!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform -->
129128 <dependency >
130129 <groupId >net.java.dev.jna</groupId >
131130 <artifactId >jna-platform</artifactId >
132- <version >5.12.1 </version >
131+ <version >5.17.0 </version >
133132 </dependency >
134133
135134 <!-- https://mvnrepository.com/artifact/junit/junit -->
152151 <dependency >
153152 <groupId >org.assertj</groupId >
154153 <artifactId >assertj-core</artifactId >
155- <version >3.23.1 </version >
154+ <version >3.27.3 </version >
156155 <scope >test</scope >
157156 </dependency >
158157
You can’t perform that action at this time.
0 commit comments