Skip to content

Commit 822e7fc

Browse files
committed
misc: Maven SF cringe
1 parent 6410d48 commit 822e7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<properties>
3434
<maven.compiler.source>8</maven.compiler.source>
3535
<maven.compiler.target>8</maven.compiler.target>
36-
<junit.version>5.8.2</junit.version>
36+
<junit.version>5.10.3</junit.version>
3737
</properties>
3838

3939
<dependencies>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-surefire-plugin</artifactId>
85-
<version>3.2.2</version>
85+
<version>2.19.1</version> <!-- Old version runs the test, new version crashes, IDFKW -->
8686
</plugin>
8787
</plugins>
8888
</build>

0 commit comments

Comments
 (0)