We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6410d48 commit 822e7fcCopy full SHA for 822e7fc
pom.xml
@@ -33,7 +33,7 @@
33
<properties>
34
<maven.compiler.source>8</maven.compiler.source>
35
<maven.compiler.target>8</maven.compiler.target>
36
- <junit.version>5.8.2</junit.version>
+ <junit.version>5.10.3</junit.version>
37
</properties>
38
39
<dependencies>
@@ -82,7 +82,7 @@
82
<plugin>
83
<groupId>org.apache.maven.plugins</groupId>
84
<artifactId>maven-surefire-plugin</artifactId>
85
- <version>3.2.2</version>
+ <version>2.19.1</version> <!-- Old version runs the test, new version crashes, IDFKW -->
86
</plugin>
87
</plugins>
88
</build>
0 commit comments