Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9c2fadc

Browse files
update surefire plugin
1 parent 9e34b63 commit 9c2fadc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

standalone/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@
126126

127127
<!-- Reporting -->
128128
<reporting>
129-
<plugins>
130-
<plugin>
131-
<groupId>org.apache.maven.plugins</groupId>
132-
<artifactId>maven-surefire-report-plugin</artifactId>
133-
<version>2.22.2</version>
134-
</plugin>
135-
</plugins>
136-
</reporting>
129+
<plugins>
130+
<plugin>
131+
<groupId>org.apache.maven.plugins</groupId>
132+
<artifactId>maven-surefire-report-plugin</artifactId>
133+
<version>3.2.5</version>
134+
</plugin>
135+
</plugins>
136+
</reporting>
137137

138138
<!-- Build Settings -->
139139
<build>

0 commit comments

Comments
 (0)