Skip to content
Snippets Groups Projects

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -239,7 +239,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Loading