Skip to content

Commit

Permalink
chore: bump test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Dec 11, 2024
1 parent f2feb03 commit 963a2a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>eu.stamp-project</groupId>
<artifactId>test-runner</artifactId>
<version>4.13</version>
<version>4.14</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -218,6 +218,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
</plugin>
</plugins>
</build>
Expand All @@ -231,6 +232,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<argLine>-Djava.security.manager=allow</argLine>
</configuration>
Expand Down

0 comments on commit 963a2a7

Please sign in to comment.